mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
T114 defaults to White, Yellow is now bright Yellow
This commit is contained in:
parent
f4aabfec35
commit
8d05e17f11
@ -588,7 +588,7 @@ void menuHandler::TFTColorPickerMenu()
|
|||||||
TFT_MESH = COLOR565(0x67, 0xEA, 0x94);
|
TFT_MESH = COLOR565(0x67, 0xEA, 0x94);
|
||||||
} else if (selected == 3) {
|
} else if (selected == 3) {
|
||||||
LOG_INFO("Setting color to Yellow");
|
LOG_INFO("Setting color to Yellow");
|
||||||
TFT_MESH = COLOR565(255, 255, 128);
|
TFT_MESH = COLOR565(255, 255, 102);
|
||||||
} else if (selected == 4) {
|
} else if (selected == 4) {
|
||||||
LOG_INFO("Setting color to Red");
|
LOG_INFO("Setting color to Red");
|
||||||
TFT_MESH = COLOR565(255, 64, 64);
|
TFT_MESH = COLOR565(255, 64, 64);
|
||||||
|
@ -58,7 +58,7 @@ extern "C" {
|
|||||||
#define TFT_OFFSET_Y 0
|
#define TFT_OFFSET_Y 0
|
||||||
|
|
||||||
// T114 gets a muted yellow on black display
|
// T114 gets a muted yellow on black display
|
||||||
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 128)
|
#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255)
|
||||||
|
|
||||||
// #define TFT_OFFSET_ROTATION 0
|
// #define TFT_OFFSET_ROTATION 0
|
||||||
// #define SCREEN_ROTATE
|
// #define SCREEN_ROTATE
|
||||||
|
Loading…
Reference in New Issue
Block a user