Disable setup date time screen.
This commit is contained in:
parent
6c3a10fe9d
commit
3695ed95c1
|
@ -536,6 +536,7 @@ void UserMainProc(void)
|
|||
if(is_fb_init == FALSE){
|
||||
nvt_lvgl_init();
|
||||
UIFlowLVGL();
|
||||
UIFlowSetupDateTime = NULL;
|
||||
is_fb_init = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user