From ec32814f93b664267df8d8fff67f93f64cd64bdf Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Sun, 2 Feb 2025 11:08:36 +0000 Subject: [PATCH] Inverted bit definition for Adafruit tri-color 2.9 FeatherWing --- 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 bc5ee33..a4d187f 100644 --- a/src/bb_ep.inl +++ b/src/bb_ep.inl @@ -258,7 +258,7 @@ const uint8_t epd29r2_init_sequence_full[] PROGMEM = { 1, UC8151_PON, BUSY_WAIT, 2, UC8151_PSR, 0xcf, - 2, UC8151_CDI, 0x37, + 2, UC8151_CDI, 0x5c, // inverted, white border 2, UC8151_PLL, 0x29, 2, UC8151_VDCS, 0x0a, BUSY_WAIT,