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){
nvt_lvgl_init();
UIFlowLVGL();
UIFlowSetupDateTime = NULL;
is_fb_init = TRUE;
}

View File

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