Home
last modified time | relevance | path

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

/lvgl-3.7.0/demos/music/
Dlv_demo_music.c28 static void auto_step_cb(lv_timer_t * timer);
129 auto_step_timer = lv_timer_create(auto_step_cb, 1000, NULL); in lv_demo_music()
178 static void auto_step_cb(lv_timer_t * t) in auto_step_cb() function