mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-04 06:33:14 +08:00
fix(kconfig): add TinyTTF cache count setting support (#8919)
This commit is contained in:
@@ -1479,12 +1479,12 @@ menu "LVGL configuration"
|
|||||||
default n
|
default n
|
||||||
depends on LV_USE_TINY_TTF
|
depends on LV_USE_TINY_TTF
|
||||||
config LV_TINY_TTF_CACHE_GLYPH_CNT
|
config LV_TINY_TTF_CACHE_GLYPH_CNT
|
||||||
bool "Tiny ttf cache entries count"
|
int "Tiny ttf cache entries count"
|
||||||
default 128
|
default 128
|
||||||
depends on LV_USE_TINY_TTF
|
depends on LV_USE_TINY_TTF
|
||||||
|
|
||||||
config LV_TINY_TTF_CACHE_KERNING_CNT
|
config LV_TINY_TTF_CACHE_KERNING_CNT
|
||||||
bool "Tiny ttf kerning cache entries count"
|
int "Tiny ttf kerning cache entries count"
|
||||||
default 256
|
default 256
|
||||||
depends on LV_USE_TINY_TTF
|
depends on LV_USE_TINY_TTF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user