Searched refs:notification_screen_events_cb (Results 1 – 1 of 1) sorted by relevance
28 static void notification_screen_events_cb(lv_event_t * e);229 static void notification_screen_events_cb(lv_event_t * e) in notification_screen_events_cb() function386 lv_obj_add_event_cb(notification_screen, notification_screen_events_cb, LV_EVENT_ALL, NULL); in create_screen_notifications()