perf(vg_lite): add bitmap font cache for non-aligned fonts (#9343)

This commit is contained in:
VIFEX
2025-12-05 01:31:03 +08:00
committed by GitHub
parent a8b4599486
commit 7d3cc8d337
9 changed files with 323 additions and 12 deletions
+5
View File
@@ -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