mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-03-12 21:22:59 -07:00
Merge pull request #1164 from justcallmekoko/develop
Fix display dimming on exit button press
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user