lcd werks

This commit is contained in:
Daniel Bulant 2026-05-03 15:48:12 +02:00
parent d5e033bd70
commit b342f29e45
No known key found for this signature in database

View file

@ -86,15 +86,15 @@ async fn main(spawner: Spawner) {
let edelay = &mut Delay;
let mut lcd: LcdDisplay<_, _> = LcdDisplay::new(
Output::new(p.PIN_18, Level::Low),
Output::new(p.PIN_19, Level::Low),
Output::new(p.PIN_14, Level::Low),
Output::new(p.PIN_15, Level::Low),
edelay,
)
.with_half_bus(
Output::new(p.PIN_10, Level::Low),
Output::new(p.PIN_11, Level::Low),
Output::new(p.PIN_12, Level::Low),
Output::new(p.PIN_13, Level::Low),
Output::new(p.PIN_14, Level::Low),
Output::new(p.PIN_15, Level::Low),
Output::new(p.PIN_16, Level::Low),
)
.with_display(Display::On)
.with_blink(Blink::On)