From 2b15ff4eda5bfa6a8c13f6b10371bcb69b519ce3 Mon Sep 17 00:00:00 2001 From: Jason P Date: Tue, 1 Jul 2025 11:27:28 -0500 Subject: [PATCH] Revert "T114 defaults to White, Yellow is now bright Yellow" This reverts commit 8d05e17f11eb48c42460176317893a50abd2eeb2. --- src/graphics/draw/MenuHandler.cpp | 2 +- variants/heltec_mesh_node_t114/variant.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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