Home
last modified time | relevance | path

Searched refs:LV_LABEL_LONG_CLIP (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/
Dlv_api_map_v9_1.h90 #define LV_LABEL_LONG_CLIP LV_LABEL_LONG_MODE_CLIP macro
/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_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_home.c351 lv_label_set_long_mode(date_label, LV_LABEL_LONG_CLIP); in create_screen_home()
/lvgl-latest/docs/details/widgets/
Dlabel.rst108 - :cpp:enumerator:`LV_LABEL_LONG_CLIP` Simply clip the parts of the text outside the Label.