Searched refs:restore_button (Results 1 – 1 of 1) sorted by relevance
6 static lv_obj_t * restore_button; variable89 restore_button = lv_button_create(scr); in lv_example_scroll_1()93 lbl = lv_label_create(restore_button); in lv_example_scroll_1()96 lv_obj_align_to(restore_button, panel, LV_ALIGN_OUT_LEFT_MID, -10, 20); in lv_example_scroll_1()98 lv_obj_add_event_cb(restore_button, button_event_cb, LV_EVENT_CLICKED, NULL); in lv_example_scroll_1()