diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:12:13 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:12:13 +0900 |
commit | abd87e6f66ba4d396973b9aaf42cabdcd51c1c62 (patch) | |
tree | 2c0ef1a265b7b483baf6213e766509fff9c287cf /menus.c | |
parent | 68707a71f7bb6d6d76914c3e8f00de45b73cb11c (diff) |
initialize LCD upon return to main screen, to allow recovery from glitches
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -309,6 +309,7 @@ void Show_Main_Menu(void) (globals.MenuStatus.Error_Screen == YES) || (globals.MenuStatus.Nonstd_Display == YES) ) { LCD_clear(); + LCD_initialize(); } LCD_entry=-1; |