Searched refs:next_scene_timer (Results 1 – 1 of 1) sorted by relevance
630 static lv_timer_t * next_scene_timer; variable706 if(next_scene_timer) lv_timer_del(next_scene_timer); in lv_demo_benchmark_close()707 next_scene_timer = NULL; in lv_demo_benchmark_close()978 next_scene_timer = NULL; in next_scene_timer_cb()1016 next_scene_timer = lv_timer_create(next_scene_timer_cb, SCENE_TIME, NULL); in next_scene_timer_cb()1017 lv_timer_set_repeat_count(next_scene_timer, 1); in next_scene_timer_cb()