Home
last modified time | relevance | path

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

/lvgl-latest/src/
Dlv_api_map_v9_1.h89 #define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR macro
/lvgl-latest/docs/details/widgets/
Dlabel.rst106 - :cpp:enumerator:`LV_LABEL_LONG_SCROLL_CIRCULAR` If the text is wider than the Label, scroll it ho…
173 :cpp:enumerator:`LV_LABEL_LONG_SCROLL` and :cpp:enumerator:`LV_LABEL_LONG_SCROLL_CIRCULAR` can be
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c438 lv_label_set_long_mode(dialog_title, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_dialog_window()