From 8d05e17f11eb48c42460176317893a50abd2eeb2 Mon Sep 17 00:00:00 2001 From: Jason P Date: Tue, 1 Jul 2025 11:21:34 -0500 Subject: [PATCH] T114 defaults to White, Yellow is now bright Yellow --- 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 cb4ebeb59..7fee93f7c 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, 128); + TFT_MESH = COLOR565(255, 255, 102); } 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 f4f0baf13..55f363dd6 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, 128) +#define TFT_MESH_OVERRIDE COLOR565(255, 255, 255) // #define TFT_OFFSET_ROTATION 0 // #define SCREEN_ROTATE