去掉回放菜单左键回退功能
This commit is contained in:
parent
aa2370ca9c
commit
f3606cd190
|
@ -298,6 +298,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();
|
||||
|
@ -307,6 +308,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:
|
||||
|
@ -337,12 +339,16 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
|
|||
printf(" ================================== switch sd card.\n");
|
||||
ProfileSelected = 1;
|
||||
Ux_SendEvent(0, NVTEVT_SYSTEM_MODE, 1, PRIMARY_MODE_PLAYBACK);
|
||||
int SelectedHandle = System_Get_DCF_Handle();
|
||||
printf("[Option_play_Selection_Key][*x] select handle: %d.\n", SelectedHandle);
|
||||
}
|
||||
else if (0 == ProfileFocused && ProfileSelected == 1)
|
||||
{
|
||||
printf(" ================================== switch emmc.\n");
|
||||
ProfileSelected = 0;
|
||||
Ux_SendEvent(0, NVTEVT_SYSTEM_MODE, 1, PRIMARY_MODE_PLAYBACK);
|
||||
int SelectedHandle = System_Get_DCF_Handle();
|
||||
printf("[Option_play_Selection_Key][*x] select handle: %d.\n", SelectedHandle);
|
||||
}
|
||||
ProfileFocused = 0;
|
||||
hidde_Selection_page();
|
||||
|
@ -1282,7 +1288,7 @@ static void UIFlowPlay_ScrOpen(lv_obj_t* obj)
|
|||
{
|
||||
DBG_IND("UIFlowPlay_ScrOpen\r\n");
|
||||
int SelectedHandle = System_Get_DCF_Handle();
|
||||
printf("[UIFlowPlay_ScrOpen][*x] select handle: %d.", SelectedHandle);
|
||||
printf("[UIFlowPlay_ScrOpen][*x] select handle: %d.\n", SelectedHandle);
|
||||
if (SelectedHandle == HANDLE_SD)
|
||||
{
|
||||
ProfileSelected = 1;
|
||||
|
|
|
@ -45,7 +45,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");
|
||||
|
||||
lv_task_del(msgbox_timer);
|
||||
msgbox_timer = NULL;
|
||||
|
@ -56,6 +56,7 @@ static void task_msgbox_timer_cb(lv_task_t* task)
|
|||
}
|
||||
if (0 == autoClose)
|
||||
{
|
||||
printf("[task_msgbox_timer_cb][*x]set statu flag\n");
|
||||
sf_set_pir_statu_flag(1);
|
||||
// OpenClosingScreen(DISPLAY_FINAL_DO_NOT_SHOW_POWER_OFF);
|
||||
//#define DO_NOT_SHOW_POWER_OFF 0
|
||||
|
|
|
@ -278,6 +278,7 @@ void sf_mode_detect(void)
|
|||
}
|
||||
else if((sf_get_pir_statu_flag()) && (CMD_FORMAT_SD_STA != sf_get_card_statu()))
|
||||
{
|
||||
printf("[sf_mode_detect][*x] empezar going to pir................................\n");
|
||||
pwroffcnt++;
|
||||
//printf("[%s:%d]pwroffcnt=%d\n",__FUNCTION__,__LINE__,pwroffcnt);
|
||||
//sf_enter_auto_mode_count_down_show(4 - pwroffcnt);
|
||||
|
|
Loading…
Reference in New Issue
Block a user