diff --git a/src/graphics/draw/MenuHandler.cpp b/src/graphics/draw/MenuHandler.cpp index 7fee93f7c..cb4ebeb59 100644 --- a/src/graphics/draw/MenuHandler.cpp +++ b/src/graphics/draw/MenuHandler.cpp @@ -588,7 +588,7 @@ void menuHandler::TFTColorPickerMenu() TFT_MESH = COLOR565(0x67, 0xEA, 0x94); } else if (selected == 3) { LOG_INFO("Setting color to Yellow"); - TFT_MESH = COLOR565(255, 255, 102); + TFT_MESH = COLOR565(255, 255, 128); } else if (selected == 4) { LOG_INFO("Setting color to Red"); TFT_MESH = COLOR565(255, 64, 64); diff --git a/variants/heltec_mesh_node_t114/variant.h b/variants/heltec_mesh_node_t114/variant.h index 55f363dd6..f4f0baf13 100644 --- a/variants/heltec_mesh_node_t114/variant.h +++ b/variants/heltec_mesh_node_t114/variant.h @@ -58,7 +58,7 @@ extern "C" { #define TFT_OFFSET_Y 0 // T114 gets a muted yellow on black display -#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255) +#define TFT_MESH_OVERRIDE COLOR565(255, 255, 128) // #define TFT_OFFSET_ROTATION 0 // #define SCREEN_ROTATE