Home
last modified time | relevance | path

Searched refs:stop_start_anim_timer (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/music/
Dlv_demo_music_main.c89 static lv_timer_t * stop_start_anim_timer; variable
259 stop_start_anim_timer = lv_timer_create(stop_start_anim, INTRO_TIME + 3000, NULL); in lv_demo_music_main_create()
260 lv_timer_set_repeat_count(stop_start_anim_timer, 1); in lv_demo_music_main_create()
901 if(start_anim && stop_start_anim_timer) lv_timer_delete(stop_start_anim_timer); in spectrum_draw_event_cb()