Searched refs:save_button (Results 1 – 1 of 1) sorted by relevance
5 static lv_obj_t * save_button; variable32 if(obj == save_button) { in button_event_cb()88 save_button = lv_button_create(scr); in lv_example_scroll_1()91 lbl = lv_label_create(save_button); in lv_example_scroll_1()95 lv_obj_align_to(save_button, panel, LV_ALIGN_OUT_LEFT_MID, -10, -20); in lv_example_scroll_1()97 lv_obj_add_event_cb(save_button, button_event_cb, LV_EVENT_CLICKED, NULL); in lv_example_scroll_1()