Searched refs:push_btn (Results 1 – 1 of 1) sorted by relevance
48 lv_obj_t * push_btn = lv_button_create(root); in lv_example_fragment_2() local49 lv_obj_t * push_label = lv_label_create(push_btn); in lv_example_fragment_2()55 lv_obj_set_grid_cell(push_btn, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 1, 1); in lv_example_fragment_2()65 lv_obj_add_event_cb(push_btn, sample_push_click, LV_EVENT_CLICKED, manager); in lv_example_fragment_2()