🎨 Add DWIN_StatusChanged_P

This commit is contained in:
Scott Lahteine
2021-07-25 03:58:16 -05:00
committed by Scott Lahteine
parent fefde2a644
commit e71fa2b649
3 changed files with 8 additions and 1 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)