Fix other backlight menu issues #275

This commit is contained in:
Krzysiek Egzmont
2023-12-15 18:08:40 +01:00
parent 1151cf8667
commit fc679c77a4
2 changed files with 6 additions and 3 deletions

View File

@@ -492,7 +492,7 @@ void UI_DisplayMenu(void)
level the "next" time we enter here.I.e., when we move from one menu to another.
It also has to be set back to max when pressing the Exit key. */
BACKLIGHT_SetBrightness(gEeprom.BACKLIGHT_MAX);
BACKLIGHT_TurnOn();
switch (UI_MENU_GetCurrentMenuId())
{