Searched refs:sample_fragment_inc_click (Results 1 – 1 of 1) sorted by relevance
19 static void sample_fragment_inc_click(lv_event_t * e);94 lv_obj_add_event_cb(inc_btn, sample_fragment_inc_click, LV_EVENT_CLICKED, fragment); in sample_fragment_create_obj()119 static void sample_fragment_inc_click(lv_event_t * e) in sample_fragment_inc_click() function