Add display color inversion flag and logic for Feather TFT
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#define TOUCH_INVERT_X true
|
||||
#define TOUCH_INVERT_Y false
|
||||
|
||||
// Invert display color (black <-> white)
|
||||
#define DISPLAY_INVERT_COLOR true
|
||||
|
||||
// SPI pins for display - Feather RP2350 with 4.0" TFT
|
||||
#define DISPLAY_SPI_PORT spi1
|
||||
#define DISPLAY_SCK_PIN 10 // D10 (SCK)
|
||||
|
||||
Reference in New Issue
Block a user