From 89a2526a9d54e69c0a70ab6da502b9fcc9ebd5fb Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 16 Nov 2024 14:10:05 -0300 Subject: [PATCH] brightness --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.cpp b/src/display.cpp index b70b1db..e1bab94 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -15,7 +15,7 @@ #define red 0xB061 int brightnessValues[6] = {70, 90, 120, 160, 200, 250}; - int tftBrightness = 3; + int tftBrightness = 5; unsigned short grays[13]; #ifdef HELTEC_WIRELESS_TRACKER