Home
last modified time | relevance | path

Searched refs:long_mode (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_label.c193 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() argument
205 …if(long_mode == LV_LABEL_LONG_SCROLL || long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR || long_mode ==… in lv_label_set_long_mode()
211 if(label->long_mode == LV_LABEL_LONG_DOT && label->dot_end != LV_LABEL_DOT_END_INV) { in lv_label_set_long_mode()
215 label->long_mode = long_mode; in lv_label_set_long_mode()
275 return label->long_mode; in lv_label_get_long_mode()
699 label->long_mode = LV_LABEL_LONG_WRAP; in lv_label_constructor()
822 …if((label->long_mode == LV_LABEL_LONG_SCROLL || label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR)… in draw_main()
833 …if(label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR || lv_area_get_height(&txt_coords) < LV_LABEL… in draw_main()
845 if(label->long_mode == LV_LABEL_LONG_WRAP) { in draw_main()
850 …if(label->long_mode == LV_LABEL_LONG_SCROLL || label->long_mode == LV_LABEL_LONG_SCROLL_CIRCULAR) { in draw_main()
[all …]
Dlv_label.h72 lv_label_long_mode_t long_mode : 3; /*Determine what to do with the long texts*/ member
125 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode);