Searched refs:time_act (Results 1 – 1 of 1) sorted by relevance
88 static uint32_t time_act; variable680 time_act = 0; in track_load()1013 time_act++; in timer_cb()1014 lv_label_set_text_fmt(time_obj, "%"LV_PRIu32":%02"LV_PRIu32, time_act / 60, time_act % 60); in timer_cb()1015 lv_slider_set_value(slider_obj, time_act, LV_ANIM_ON); in timer_cb()