Searched refs:hello_world_label (Results 1 – 1 of 1) sorted by relevance
61 lv_obj_t *hello_world_label; in main() local133 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()