Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/label/
Dlv_example_label_1.c19 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
Dlv_example_label_5.c23 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
/lvgl-latest/examples/styles/
Dlv_example_style_17.c47 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_17()
Dlv_example_style_16.c78 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_16()
Dlv_example_style_18.c93 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_18()
/lvgl-latest/src/
Dlv_api_map_v9_1.h89 #define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
/lvgl-latest/src/widgets/label/
Dlv_label.h52 LV_LABEL_LONG_MODE_SCROLL_CIRCULAR, /**< Keep the size and roll the text circularly*/ enumerator
Dlv_label.c232 if(long_mode == LV_LABEL_LONG_MODE_SCROLL || long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR || in lv_label_set_long_mode()
825 if(label->long_mode != LV_LABEL_LONG_MODE_SCROLL_CIRCULAR && in draw_main()
845 …ong_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) && in draw_main()
866 …long_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in draw_main()
879 if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in draw_main()
917 case LV_LABEL_LONG_MODE_SCROLL_CIRCULAR: in overwrite_anim_property()
1077 else if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in lv_label_refr_text()
/lvgl-latest/src/widgets/list/
Dlv_list.c102 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_list_add_button()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c89 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in my_constructor()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_5.c162 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in create_text()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c654 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in test_label_scroll_mid_update()