Searched refs:LV_LABEL_LONG_SCROLL_CIRCULAR (Results 1 – 3 of 3) sorted by relevance
89 #define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR macro
106 - :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
438 lv_label_set_long_mode(dialog_title, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_dialog_window()