Home
last modified time | relevance | path

Searched refs:LV_LABEL_LONG_WRAP (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.6.0/examples/widgets/label/
Dlv_example_label_1.c10 lv_label_set_long_mode(label1, LV_LABEL_LONG_WRAP); /*Break the long lines*/ in lv_example_label_1()
/lvgl-3.6.0/src/widgets/
Dlv_label.h45LV_LABEL_LONG_WRAP, /**< Keep the object width, wrap the too long lines and expand the… enumerator
Dlv_label.c699 label->long_mode = LV_LABEL_LONG_WRAP; in lv_label_constructor()
717 lv_label_set_long_mode(obj, LV_LABEL_LONG_WRAP); in lv_label_constructor()
847 if(label->long_mode == LV_LABEL_LONG_WRAP) { in draw_main()
/lvgl-3.6.0/src/extra/widgets/msgbox/
Dlv_msgbox.c117 lv_label_set_long_mode(mbox->text, LV_LABEL_LONG_WRAP); in lv_msgbox_create()
/lvgl-3.6.0/docs/widgets/core/
Dlabel.md33 - `LV_LABEL_LONG_WRAP` Wrap too long lines. If the height is `LV_SIZE_CONTENT` the label's height w…
/lvgl-3.6.0/demos/widgets/
Dlv_demo_widgets.c238 lv_label_set_long_mode(dsc, LV_LABEL_LONG_WRAP); in profile_create()