Searched refs:LV_LABEL_LONG_TXT_HINT (Results 1 – 8 of 8) sorted by relevance
62 #if LV_LABEL_LONG_TXT_HINT
703 #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()
1469 #ifndef LV_LABEL_LONG_TXT_HINT1472 #define LV_LABEL_LONG_TXT_HINT CONFIG_LV_LABEL_LONG_TXT_HINT macro1474 #define LV_LABEL_LONG_TXT_HINT 0 macro1477 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo… macro
478 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo… macro
485 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
767 config LV_LABEL_LONG_TXT_HINT config
82 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.
55 …ta (~12 bytes) to speed up drawing. To enable this feature, set `LV_LABEL_LONG_TXT_HINT 1` in `l…