Searched refs:set_dark_theme_event_cb (Results 1 – 1 of 1) sorted by relevance
36 static void set_dark_theme_event_cb(lv_event_t * e);211 lv_obj_add_event_cb(dark_theme_icon, set_dark_theme_event_cb, LV_EVENT_CLICKED, c); in lv_demo_high_res_home()281 static void set_dark_theme_event_cb(lv_event_t * e) in set_dark_theme_event_cb() function