Home
last modified time | relevance | path

Searched refs:hello_world_button (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/display/lvgl/src/
Dmain.c127 lv_obj_t *hello_world_button; in main() local
129 hello_world_button = lv_button_create(lv_screen_active()); in main()
130 lv_obj_align(hello_world_button, LV_ALIGN_CENTER, 0, -15); in main()
131 lv_obj_add_event_cb(hello_world_button, lv_btn_click_callback, LV_EVENT_CLICKED, in main()
133 hello_world_label = lv_label_create(hello_world_button); in main()