Consolidate display init method

This commit is contained in:
Just Call Me Koko
2025-10-25 02:45:09 -04:00
parent 48164bc4ec
commit 5070b9785d
5 changed files with 26 additions and 13 deletions

View File

@@ -312,7 +312,7 @@ void CommandLine::runCommand(String input) {
// If we don't do this, the text and button coordinates will be off
#ifdef HAS_SCREEN
display_obj.tft.init();
display_obj.init();
menu_function_obj.changeMenu(menu_function_obj.current_menu);
#endif
}