Searched refs:sample_pop_click (Results 1 – 1 of 1) sorted by relevance
15 static void sample_pop_click(lv_event_t * e);66 lv_obj_add_event_cb(pop_btn, sample_pop_click, LV_EVENT_CLICKED, manager); in lv_example_fragment_2()107 static void sample_pop_click(lv_event_t * e) in sample_pop_click() function