Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/label/
Dlv_example_label_1.c10 lv_label_set_long_mode(label1, LV_LABEL_LONG_WRAP); /*Break the long lines*/ in lv_example_label_1()
19 lv_label_set_long_mode(label2, LV_LABEL_LONG_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
Dlv_example_label_5.c23 lv_label_set_long_mode(label1, LV_LABEL_LONG_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
/lvgl-latest/src/extra/widgets/list/
Dlv_list.c71 lv_label_set_long_mode(obj, LV_LABEL_LONG_SCROLL_CIRCULAR); in lv_list_add_text()
94 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in lv_list_add_btn()
/lvgl-latest/src/extra/widgets/msgbox/
Dlv_msgbox.c91 lv_label_set_long_mode(mbox->title, LV_LABEL_LONG_SCROLL_CIRCULAR); in lv_msgbox_create()
117 lv_label_set_long_mode(mbox->text, LV_LABEL_LONG_WRAP); in lv_msgbox_create()
/lvgl-latest/src/widgets/
Dlv_label.h125 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode);
Dlv_label.c193 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() function
717 lv_label_set_long_mode(obj, LV_LABEL_LONG_WRAP); in lv_label_constructor()
/lvgl-latest/src/extra/widgets/win/
Dlv_win.c58 lv_label_set_long_mode(title, LV_LABEL_LONG_DOT); in lv_win_add_title()
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c85 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in my_constructor()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_5.c159 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_text()
/lvgl-latest/docs/widgets/core/
Dlabel.md39 You can specify the long mode with `lv_label_set_long_mode(label, LV_LABEL_LONG_...)`
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c237 lv_label_set_long_mode(dsc, LV_LABEL_LONG_WRAP); in profile_create()