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:
qinshijing
2023-11-21 01:17:49 +08:00
committed by GitHub
parent 420094d5b2
commit 423c288070
4 changed files with 12 additions and 1 deletions
+4
View File
@@ -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