Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/display/lvgl/src/
Dmain.c61 lv_obj_t *hello_world_label; in main() local
133 hello_world_label = lv_label_create(hello_world_button); in main()
135 hello_world_label = lv_label_create(lv_screen_active()); in main()
138 lv_label_set_text(hello_world_label, "Hello world!"); in main()
139 lv_obj_align(hello_world_label, LV_ALIGN_CENTER, 0, 0); in main()