Merge branch 'Branch_S550_Fast_Emmc' of gitlab.sifar.tech:linux-em-group/s530-ntk into Branch_S550_Fast_Emmc
This commit is contained in:
commit
2a2652c0f6
|
@ -312,7 +312,7 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
|
|||
}
|
||||
case LV_USER_KEY_LEFT:
|
||||
{
|
||||
/*
|
||||
|
||||
if (OPTION_PAGE_SELECT_FUNCTION == gOptionPage)
|
||||
{
|
||||
hidde_Selection_page();
|
||||
|
@ -322,7 +322,7 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
|
|||
gOptionPage = OPTION_PAGE_SELECT_FUNCTION;
|
||||
show_Selection_page(obj);
|
||||
}
|
||||
*/
|
||||
|
||||
break;
|
||||
}
|
||||
case LV_USER_KEY_RIGHT:
|
||||
|
|
|
@ -49,7 +49,7 @@ static void task_msgbox_timer_cb(lv_task_t* task)
|
|||
}
|
||||
if (0 == autoClose || autoOffTime <= 10)
|
||||
{
|
||||
printf("[task_msgbox_timer_cb][*x]auto close\n");
|
||||
printf("[%s:%d]auto close.\n", __FUNCTION__, __LINE__);
|
||||
|
||||
lv_task_del(msgbox_timer);
|
||||
msgbox_timer = NULL;
|
||||
|
@ -57,11 +57,12 @@ static void task_msgbox_timer_cb(lv_task_t* task)
|
|||
{
|
||||
if (0 != autoClose)
|
||||
{
|
||||
printf("msg box close delay 1000.\n");
|
||||
lv_msgbox_start_auto_close(msgbox, 1000);
|
||||
printf("[%s:%d]msg box close.\n", __FUNCTION__, __LINE__);
|
||||
lv_msgbox_start_auto_close(msgbox, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("[%s:%d]msg box close delay 5s.\n", __FUNCTION__, __LINE__);
|
||||
lv_msgbox_start_auto_close(msgbox, 5000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user