chore(imgfont): simplify imgfont_dsc_t data structure (#5354)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2024-01-17 21:33:02 +08:00
committed by GitHub
parent a00ce5ab0d
commit 32828206d1
12 changed files with 317 additions and 82 deletions
-8
View File
@@ -1218,14 +1218,6 @@ menu "LVGL configuration"
config LV_USE_IMGFONT
bool "draw image in label or span obj"
default n
config LV_IMGFONT_PATH_MAX_LEN
int "Imgfont image file path maximum length"
depends on LV_USE_IMGFONT
default 64
config LV_IMGFONT_USE_IMAGE_CACHE_HEADER
bool "Use image cache to buffer header information"
depends on LV_USE_IMGFONT
default n
config LV_USE_IME_PINYIN
bool "Enable Pinyin input method"