️ E3V2 blank bg for S1 compatibility (#23822)

This commit is contained in:
InsanityAutomation
2022-03-01 17:25:30 -05:00
committed by Scott Lahteine
parent fbfe0642b6
commit 0337602bbe
4 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,7 @@ void DWIN_Startup() {
const bool success = DWIN_Handshake();
if (success) DEBUG_ECHOLNPGM("ok."); else DEBUG_ECHOLNPGM("error.");
DWIN_Frame_SetDir(TERN(DWIN_MARLINUI_LANDSCAPE, 0, 1));
DWIN_JPG_ShowAndCache(3);
DWIN_Frame_Clear(Color_Bg_Black); // MarlinUI handles the bootscreen so just clear here
DWIN_UpdateLCD();
}