Home
last modified time | relevance | path

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

/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c85 static uint32_t time_act; variable
659 time_act = 0; in track_load()
987 time_act++; in timer_cb()
988 lv_label_set_text_fmt(time_obj, "%"LV_PRIu32":%02"LV_PRIu32, time_act / 60, time_act % 60); in timer_cb()
989 lv_slider_set_value(slider_obj, time_act, LV_ANIM_ON); in timer_cb()