update1.2

This commit is contained in:
richonguzman 2023-10-18 01:05:51 -03:00
parent 307c052a24
commit c8287476e2
1 changed files with 2 additions and 2 deletions

View File

@ -163,9 +163,9 @@ namespace BUTTON_Utils {
show_display("_DISPLAY_", "", " ECO MODE -> OFF", 1000);
}
} else if (menuDisplay == 201) {
if (screenBrightness ==1) {
if (screenBrightness <=1) {
show_display("__SCREEN__", "", "SCREEN BRIGHTNESS MAX", 1000);
screenBrightness = 255;
screenBrightness = 255;
} else {
show_display("__SCREEN__", "", "SCREEN BRIGHTNESS MIN", 1000);
screenBrightness = 1;