mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
feat(label): LV_LABEL_WAIT_CHAR_COUNT can be configured externally (#4837)
Signed-off-by: qinshijing <qinshijing@xiaomi.com> Co-authored-by: qinshijing <qinshijing@xiaomi.com>
This commit is contained in:
@@ -901,6 +901,10 @@ menu "LVGL configuration"
|
||||
bool "Store extra some info in labels (12 bytes) to speed up drawing of very long texts."
|
||||
depends on LV_USE_LABEL
|
||||
default y
|
||||
config LV_LABEL_WAIT_CHAR_COUNT
|
||||
int "The count of wait chart."
|
||||
depends on LV_USE_LABEL
|
||||
default 3
|
||||
config LV_USE_LINE
|
||||
bool "Line."
|
||||
default y if !LV_CONF_MINIMAL
|
||||
|
||||
Reference in New Issue
Block a user