Home
last modified time | relevance | path

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

/lvgl-3.4.0/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-3.4.0/examples/widgets/label/
Dlv_example_label_1.c19 lv_label_set_long_mode(label2, LV_LABEL_LONG_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
/lvgl-3.4.0/src/widgets/
Dlv_label.h48 LV_LABEL_LONG_SCROLL_CIRCULAR, /**< Keep the size and roll the text circularly*/ enumerator
Dlv_label.c205 …if(long_mode == LV_LABEL_LONG_SCROLL || long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR || long_mode ==… in lv_label_set_long_mode()
824 …((label->long_mode == LV_LABEL_LONG_SCROLL || label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR) && in draw_main()
835 …if(label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR || lv_area_get_height(&txt_coords) < LV_LABEL… in draw_main()
852 …if(label->long_mode == LV_LABEL_LONG_SCROLL || label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR) { in draw_main()
865 if(label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR) { in draw_main()
1023 else if(label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR) { in lv_label_refr_text()
/lvgl-3.4.0/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c85 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in my_constructor()
/lvgl-3.4.0/src/extra/widgets/msgbox/
Dlv_msgbox.c91 lv_label_set_long_mode(mbox->title, LV_LABEL_LONG_SCROLL_CIRCULAR); in lv_msgbox_create()
/lvgl-3.4.0/examples/widgets/menu/
Dlv_example_menu_5.c155 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_text()
/lvgl-3.4.0/docs/widgets/core/
Dlabel.md40 - `LV_LABEL_LONG_SCROLL_CIRCULAR` If the text is wider than the label scroll it horizontally contin…