Skip to content

Commit

Permalink
Doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Fischer committed Sep 16, 2024
1 parent 7d5324e commit e62e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/lcd_cam/lcd/i8080.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! )
//! .with_ctrl_pins(io.pins.gpio0, io.pins.gpio47);
//!
//! i8080.send(0x3A, 0, &[0x55]).unwrap(); // RGB565
//! i8080.send(0x3Au8, 0, &[0x55]).unwrap(); // RGB565
//! # }
//! ```

Expand Down

0 comments on commit e62e5c2

Please sign in to comment.