From d1b59cd5b5bc04dfe89fb718b61100c8797928f6 Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Sat, 18 Jan 2025 19:29:37 +0000 Subject: [PATCH] Added red swapped flag to Waveshare 7.5 b/w/r --- src/bb_ep.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bb_ep.inl b/src/bb_ep.inl index 3e51a2d..2084228 100644 --- a/src/bb_ep.inl +++ b/src/bb_ep.inl @@ -1381,7 +1381,7 @@ const EPD_PANEL panelDefs[] PROGMEM = { {800, 480, 0, epd73_spectra_init, NULL, NULL, BBEP_7COLOR, BBEP_CHIP_UC81xx}, // EP73_800x480 Spectra 6 7-color 800x480 {640, 384, 0, epd74r_init, NULL, NULL, BBEP_3COLOR | BBEP_4BPP_DATA, BBEP_CHIP_UC81xx}, // EP74R_640x384, 3-color 640x384 {600, 448, 0, epd583r_init, NULL, NULL, BBEP_3COLOR | BBEP_4BPP_DATA, BBEP_CHIP_UC81xx}, // EP583R_600x448, 3-color 600x448 - {800, 480, 0, epd75r_init, NULL, NULL, BBEP_3COLOR, BBEP_CHIP_UC81xx}, // EP75R_800x480, waveshare 7.5 800x480 B/W/R + {800, 480, 0, epd75r_init, NULL, NULL, BBEP_3COLOR | BBEP_RED_SWAPPED, BBEP_CHIP_UC81xx}, // EP75R_800x480, waveshare 7.5 800x480 B/W/R }; // // Set the e-paper panel type