refactor(tiny_fft): refactor tiny_ttf cache with updated improvements (#6441)

Co-authored-by: Benign X <1341398182@qq.com>
Co-authored-by: Visa Harvey <visa.harvey@semel.fi>
This commit is contained in:
Visa Harvey
2024-07-11 09:23:20 +03:00
committed by GitHub
parent 3ac0a96cca
commit 730a3bd76f
17 changed files with 331 additions and 124 deletions

View File

@@ -1241,6 +1241,10 @@ menu "LVGL configuration"
bool "Enable loading Tiny TTF data from files"
default n
depends on LV_USE_TINY_TTF
config LV_TINY_TTF_CACHE_GLYPH_CNT
bool "Tiny ttf cache entries count"
default 256
depends on LV_USE_TINY_TTF
config LV_USE_RLOTTIE
bool "Lottie library"