Searched refs:control_music_events_cb (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 28 static void control_music_events_cb(lv_event_t * e); 203 …lv_obj_add_event_cb(control_music_play, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create() 204 …lv_obj_add_event_cb(control_music_previous, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr… in control_screen_create() 205 …lv_obj_add_event_cb(control_music_next, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create() 206 …lv_obj_add_event_cb(control_volume_up, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x… in control_screen_create() 207 …lv_obj_add_event_cb(control_volume_down, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)… in control_screen_create() 225 static void control_music_events_cb(lv_event_t * e) in control_music_events_cb() function
|