Home
last modified time | relevance | path

Searched refs:LV_LABEL_LONG_TXT_HINT (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.5.0/src/widgets/
Dlv_label.h62 #if LV_LABEL_LONG_TXT_HINT
Dlv_label.c703 #if LV_LABEL_LONG_TXT_HINT in lv_label_constructor()
833 #if LV_LABEL_LONG_TXT_HINT in draw_main()
899 #if LV_LABEL_LONG_TXT_HINT in lv_label_refr_text()
/lvgl-3.5.0/src/
Dlv_conf_internal.h1469 #ifndef LV_LABEL_LONG_TXT_HINT
1472 #define LV_LABEL_LONG_TXT_HINT CONFIG_LV_LABEL_LONG_TXT_HINT macro
1474 #define LV_LABEL_LONG_TXT_HINT 0 macro
1477 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo… macro
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h478 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo… macro
/lvgl-3.5.0/
Dlv_conf_template.h485 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
DKconfig767 config LV_LABEL_LONG_TXT_HINT config
/lvgl-3.5.0/docs/widgets/core/
Dtextarea.md82 However, by enabling `LV_LABEL_LONG_TXT_HINT 1` in `lv_conf.h` the performance can be hugely impr…
84 Using `LV_LABEL_LONG_TXT_HINT` the scrolling and drawing will as fast as with "normal" short texts.
Dlabel.md55 …ta (~12 bytes) to speed up drawing. To enable this feature, set `LV_LABEL_LONG_TXT_HINT 1` in `l…