Searched refs:LV_LABEL_LONG_SCROLL_CIRCULAR (Results 1 – 8 of 8) sorted by relevance
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()
19 lv_label_set_long_mode(label2, LV_LABEL_LONG_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
48 LV_LABEL_LONG_SCROLL_CIRCULAR, /**< Keep the size and roll the text circularly*/ enumerator
205 …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()
85 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in my_constructor()
91 lv_label_set_long_mode(mbox->title, LV_LABEL_LONG_SCROLL_CIRCULAR); in lv_msgbox_create()
155 lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_text()
40 - `LV_LABEL_LONG_SCROLL_CIRCULAR` If the text is wider than the label scroll it horizontally contin…