mirror of
https://github.com/pelgraine/Meck.git
synced 2026-07-28 20:32:47 +02:00
T-Watch: reduce brightness to 25
This commit is contained in:
@@ -4,7 +4,7 @@ bool LGFXDisplay::begin() {
|
||||
turnOn();
|
||||
display->init();
|
||||
display->setRotation(1);
|
||||
display->setBrightness(30);
|
||||
display->setBrightness(25);
|
||||
display->setColorDepth(8);
|
||||
display->setTextColor(TFT_WHITE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user