Searched refs:lv_label_set_long_mode (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_1.c | 10 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()
|
D | lv_example_label_5.c | 23 lv_label_set_long_mode(label1, LV_LABEL_LONG_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
|
/lvgl-latest/src/extra/widgets/list/ |
D | lv_list.c | 71 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/ |
D | lv_msgbox.c | 91 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/ |
D | lv_label.h | 125 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode);
|
D | lv_label.c | 193 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/ |
D | lv_win.c | 58 lv_label_set_long_mode(title, LV_LABEL_LONG_DOT); in lv_win_add_title()
|
/lvgl-latest/src/extra/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 85 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in my_constructor()
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 159 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_text()
|
/lvgl-latest/docs/widgets/core/ |
D | label.md | 39 You can specify the long mode with `lv_label_set_long_mode(label, LV_LABEL_LONG_...)`
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 237 lv_label_set_long_mode(dsc, LV_LABEL_LONG_WRAP); in profile_create()
|