brightness

This commit is contained in:
richonguzman 2024-11-16 14:10:05 -03:00
parent b82909c3c6
commit 89a2526a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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