Merge pull request #1164 from justcallmekoko/develop

Fix display dimming on exit button press
This commit is contained in:
Just Call Me Koko
2026-03-09 16:28:00 -04:00
committed by GitHub

View File

@@ -1349,8 +1349,7 @@ void MenuFunctions::drawStatusBar()
}
}
void MenuFunctions::orientDisplay()
{
void MenuFunctions::orientDisplay() {
display_obj.init();
display_obj.tft.setRotation(SCREEN_ORIENTATION); // Portrait
@@ -1365,7 +1364,7 @@ void MenuFunctions::orientDisplay()
#endif
#endif
changeMenu(current_menu);
changeMenu(current_menu, true);
}
void MenuFunctions::runBoolSetting(String key) {