Fixed color rendering #26

Merged
lukas merged 5 commits from scan-to-display into main 2026-08-22 00:30:25 +02:00
Showing only changes of commit fb4840773a - Show all commits
+6 -6
View File
@@ -61,12 +61,12 @@ async fn main(spawner: Spawner) {
let display: &mut PrimaryLcdDisplay = Box::leak(Box::new(init_primary_lcd(
peripherals.SPI2,
peripherals.GPIO36,
peripherals.GPIO35,
peripherals.GPIO37,
peripherals.GPIO11,
peripherals.GPIO10,
peripherals.GPIO12,
peripherals.GPIO36, // sck
peripherals.GPIO35, // mosi
peripherals.GPIO37, // miso
peripherals.GPIO11, // primary cs
peripherals.GPIO10, // shared reset
peripherals.GPIO12, // shared dc
)));
//setup_wifi(peripherals.WIFI, peripherals.FLASH, &spawner).await;