Home
last modified time | relevance | path

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

/lvgl-latest/examples/scroll/
Dlv_example_scroll_1.c90 lv_obj_t * lbl; in lv_example_scroll_1() local
91 lbl = lv_label_create(save_button); in lv_example_scroll_1()
92 lv_label_set_text_static(lbl, "Save"); in lv_example_scroll_1()
93 lbl = lv_label_create(restore_button); in lv_example_scroll_1()
94 lv_label_set_text_static(lbl, "Restore"); in lv_example_scroll_1()