Create TFT_MESH_OVERRIDE for variants.h and defined colors

This commit is contained in:
Jason P
2025-06-30 22:45:11 -05:00
parent 3291824353
commit 102500adfb
7 changed files with 12 additions and 9 deletions

View File

@@ -57,6 +57,9 @@ extern "C" {
#define TFT_OFFSET_X 0
#define TFT_OFFSET_Y 0
// T114 gets a muted yellow on black display
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 128)
// #define TFT_OFFSET_ROTATION 0
// #define SCREEN_ROTATE
// #define SCREEN_TRANSITION_FRAMERATE 5

View File

@@ -49,7 +49,7 @@
#define SCREEN_TRANSITION_FRAMERATE 5
// Picomputer gets a white on black display
#define TFT_MESH COLOR565(0xFF, 0xFF, 0xFF)
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255)
#define CANNED_MESSAGE_MODULE_ENABLE 1

View File

@@ -72,7 +72,7 @@
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
// Picomputer gets a white on black display
#define TFT_MESH COLOR565(0xFF, 0xFF, 0xFF)
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255)
// keyboard changes

View File

@@ -96,7 +96,7 @@
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
// Picomputer gets a white on black display
#define TFT_MESH COLOR565(0xFF, 0xFF, 0xFF)
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255)
// keyboard changes

View File

@@ -74,7 +74,7 @@
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
// Picomputer gets a white on black display
#define TFT_MESH COLOR565(0xFF, 0xFF, 0xFF)
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255)
// keyboard changes