️ 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

@ -49,6 +49,7 @@ void DWIN_Startup() {
#if DISABLED(SHOW_BOOTSCREEN)
DWIN_Frame_Clear(Color_Bg_Black); // MarlinUI handles the bootscreen so just clear here
#endif
DWIN_JPG_ShowAndCache(3);
DWIN_UpdateLCD();
}