Home
last modified time | relevance | path

Searched refs:lv_label_set_long_mode (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/examples/widgets/label/
Dlv_example_label_1.c10 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_WRAP); /*Break the long lines*/ in lv_example_label_1()
19 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
Dlv_example_label_5.c23 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_label_parser.c59 … if(lv_streq("long_mode", name)) lv_label_set_long_mode(item, long_mode_text_to_enum_value(value)); in lv_xml_label_apply()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c154 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_left()
281 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_right()
408 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_center()
585 lv_label_set_long_mode(test_label, LV_LABEL_LONG_MODE_DOTS); in test_label_rtl_dot_long_mode()
613 lv_label_set_long_mode(test_label2, LV_LABEL_LONG_MODE_DOTS); in test_label_max_width()
648 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL); in test_label_scroll_mid_update()
654 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in test_label_scroll_mid_update()
/lvgl-latest/examples/styles/
Dlv_example_style_17.c47 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_17()
Dlv_example_style_16.c78 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_16()
Dlv_example_style_18.c93 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_18()
/lvgl-latest/src/widgets/label/
Dlv_label.h116 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode);
Dlv_label.c74 .setter = lv_label_set_long_mode,
221 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() function
735 lv_label_set_long_mode(obj, LV_LABEL_LONG_MODE_WRAP); in lv_label_constructor()
/lvgl-latest/src/widgets/win/
Dlv_win.c58 lv_label_set_long_mode(title, LV_LABEL_LONG_MODE_DOTS); in lv_win_add_title()
/lvgl-latest/src/widgets/list/
Dlv_list.c102 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_list_add_button()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_list.c200 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in add_external_app()
241 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in add_app_list()
Dlv_demo_smartwatch_home.c307 lv_label_set_long_mode(face_label, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_watchface()
351 lv_label_set_long_mode(date_label, LV_LABEL_LONG_CLIP); in create_screen_home()
423 lv_label_set_long_mode(alert_text, LV_LABEL_LONG_DOT); in create_screen_home()
Dlv_demo_smartwatch_weather.c155 lv_label_set_long_mode(label_day, LV_LABEL_LONG_CLIP); in lv_demo_smartwatch_weather_add_daily()
174 lv_label_set_long_mode(label, LV_LABEL_LONG_CLIP); in lv_demo_smartwatch_weather_add_daily()
Dlv_demo_smartwatch_notifications.c139 lv_label_set_long_mode(notification_text, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_notification()
Dlv_demo_smartwatch.c438 lv_label_set_long_mode(dialog_title, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_dialog_window()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c89 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in my_constructor()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_5.c162 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in create_text()
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c292 lv_label_set_long_mode(lv_obj, mode); in pika_lvgl_label_set_long_mode()
/lvgl-latest/docs/details/widgets/
Dlabel.rst110 You can specify the long mode with :cpp:expr:`lv_label_set_long_mode(label, LV_LABEL_LONG_...)`
/lvgl-latest/docs/details/other-components/
Dxml.rst246 … if(lv_streq("long_mode", name)) lv_label_set_long_mode(item, long_mode_text_to_enum_value(value));
Dobj_property.rst56 .setter = lv_label_set_long_mode,
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c265 lv_label_set_long_mode(dsc, LV_LABEL_LONG_MODE_WRAP); in profile_create()