mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 02:37:01 +08:00
perf(vg_lite): add bitmap font cache for non-aligned fonts (#9343)
This commit is contained in:
@@ -487,6 +487,11 @@ menu "LVGL configuration"
|
||||
default 8
|
||||
depends on LV_USE_DRAW_VG_LITE
|
||||
|
||||
config LV_VG_LITE_BITMAP_FONT_CACHE_CNT
|
||||
int "VG-Lite unaligned bitmap font maximum cache number."
|
||||
default 256
|
||||
depends on LV_USE_DRAW_VG_LITE
|
||||
|
||||
config LV_VG_LITE_DISABLE_VLC_OP_CLOSE
|
||||
bool "Remove VLC_OP_CLOSE path instruction (Workaround for NXP)"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user