Update MenuFunctions.cpp

Why not finish the job if I start it...
This commit is contained in:
H4W9
2026-04-07 08:28:05 -05:00
committed by GitHub
parent d936f36f29
commit deebafa313
+2 -1
View File
@@ -3587,7 +3587,8 @@ void MenuFunctions::changeMenu(Menu* menu, bool simple_change) {
display_obj.init();
#ifdef HAS_ILI9341
backlightOn();
extern void backlightOn();
backlightOn();
#endif
}
current_menu = menu;