Misc. Cleanup

This commit is contained in:
Scott Lahteine
2021-07-25 02:19:30 -05:00
parent a76d8c70dd
commit 3b57c3316a
4 changed files with 6 additions and 7 deletions

View File

@@ -1593,7 +1593,7 @@ void setup() {
HMI_Init();
DWIN_JPG_CacheTo1(Language_English);
HMI_StartFrame(true);
DWIN_StatusChanged(GET_TEXT(WELCOME_MSG));
DWIN_StatusChanged_P(GET_TEXT(WELCOME_MSG));
#endif
#if HAS_SERVICE_INTERVALS && DISABLED(DWIN_CREALITY_LCD)