Inverted bit definition for Adafruit tri-color 2.9 FeatherWing

This commit is contained in:
Laurence Bank
2025-02-02 11:08:36 +00:00
parent febf14d8eb
commit ec32814f93
+1 -1
View File
@@ -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,