TWatch: reduce brightness by 15% to save battery, change settingscreen behaviour so utc offset can be edited in standalone build - still yet to edit the rest of the settings to behave accordingly

This commit is contained in:
Pelgraine
2026-07-07 06:18:45 +10:00
parent b8b3353cf3
commit d4286fdf84
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ bool LGFXDisplay::begin() {
turnOn();
display->init();
display->setRotation(1);
display->setBrightness(64);
display->setBrightness(54);
display->setColorDepth(8);
display->setTextColor(TFT_WHITE);