Undo that

This commit is contained in:
2026-02-16 09:08:29 +01:00
parent 5e6371b409
commit 01aa31a1fa
2 changed files with 1 additions and 57 deletions
+1 -4
View File
@@ -1191,10 +1191,7 @@ void MuteScreen(bool setting) {
setupmode = false;
} else if (setting && !screenmute) {
screenmute = true;
for(int x = ContrastSet; x > 0; x--) {
analogWrite(CONTRASTPIN, map(x, 0, 100, 0, 255));
delay(5);
}
analogWrite(CONTRASTPIN, 0);
tft.writecommand(0x10);
}
}