Disable setup date time screen.

This commit is contained in:
xiaojiazhu 2023-11-29 14:18:05 +08:00
parent 6c3a10fe9d
commit 3695ed95c1
2 changed files with 2 additions and 1 deletions

View File

@ -536,6 +536,7 @@ void UserMainProc(void)
if(is_fb_init == FALSE){ if(is_fb_init == FALSE){
nvt_lvgl_init(); nvt_lvgl_init();
UIFlowLVGL(); UIFlowLVGL();
UIFlowSetupDateTime = NULL;
is_fb_init = TRUE; is_fb_init = TRUE;
} }

View File

@ -1372,7 +1372,7 @@ void UIFlowLVGL(){
UIFlowMenuCommonOption = UIFlowMenuCommonOption_create(); UIFlowMenuCommonOption = UIFlowMenuCommonOption_create();
UIFlowMenuCommonConfirm = UIFlowMenuCommonConfirm_create(); UIFlowMenuCommonConfirm = UIFlowMenuCommonConfirm_create();
UIFlowWaitMoment = UIFlowWaitMoment_create(); UIFlowWaitMoment = UIFlowWaitMoment_create();
//UIFlowSetupDateTime = UIFlowSetupDateTime_create(); UIFlowSetupDateTime = UIFlowSetupDateTime_create();
UIFlowPlayThumb = UIFlowPlayThumb_create(); UIFlowPlayThumb = UIFlowPlayThumb_create();
UIFlowUSB = UIFlowUSB_create(); UIFlowUSB = UIFlowUSB_create();
UIFlowUSBMenu = UIFlowUSBMenu_create(); UIFlowUSBMenu = UIFlowUSBMenu_create();