Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Ddisplay_ui.c18 static void slider_event_cb(lv_event_t * e) in slider_event_cb() function
39 lv_obj_add_event_cb(bright_slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in menu_display_init()
H A Dvolume_ui.c18 static void slider_event_cb(lv_event_t * e) in slider_event_cb() function
39 lv_obj_add_event_cb(volume_slider, slider_event_cb, LV_EVENT_VALUE_CHANGED, NULL); in menu_volume_init()