Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_meter.c45 static void widget1_open_part2_anim_cb(void * arg, int32_t val);
253 static void widget1_open_part2_anim_cb(void * arg, int32_t val) in widget1_open_part2_anim_cb() function
298 lv_anim_set_exec_cb(&a, open_part1 ? widget1_open_part1_anim_cb : widget1_open_part2_anim_cb); in widget1_clicked_cb()