⚡️ E3V2 blank bg for S1 compatibility (#23822)
This commit is contained in:
committed by
Scott Lahteine
parent
fbfe0642b6
commit
0337602bbe
@@ -1836,6 +1836,7 @@ void DWIN_Startup() {
|
||||
DWINUI::onCursorErase = Erase_Menu_Cursor;
|
||||
DWINUI::onTitleDraw = Draw_Title;
|
||||
DWINUI::onMenuDraw = Draw_Menu;
|
||||
DWIN_JPG_ShowAndCache(3);
|
||||
HMI_SetLanguage();
|
||||
}
|
||||
|
||||
@@ -1937,6 +1938,7 @@ void DWIN_RebootScreen() {
|
||||
DWINUI::Draw_CenteredString(Color_White, 220, GET_TEXT_F(MSG_PLEASE_WAIT_REBOOT));
|
||||
DWIN_UpdateLCD();
|
||||
delay(500);
|
||||
DWIN_JPG_ShowAndCache(3);
|
||||
}
|
||||
|
||||
void DWIN_Redraw_screen() {
|
||||
|
Reference in New Issue
Block a user