Home
last modified time | relevance | path

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

/lvgl-latest/examples/scroll/
Dlv_example_scroll_1.c10 static void scroll_update_cb(lv_event_t * e);
13 static void scroll_update_cb(lv_event_t * e) in scroll_update_cb() function
85 lv_obj_add_event_cb(panel, scroll_update_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_1()