fix(vg_lite): add a path print length limit (#9248)

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
VIFEX
2025-11-18 14:25:05 +08:00
committed by GitHub
parent b8efebe63a
commit 55d140becb
4 changed files with 23 additions and 1 deletions
+5
View File
@@ -492,6 +492,11 @@ menu "LVGL configuration"
default n
depends on LV_USE_DRAW_VG_LITE
config LV_VG_LITE_PATH_DUMP_MAX_LEN
int "Maximum path dump print length (in points)"
default 1000
depends on LV_USE_DRAW_VG_LITE
config LV_USE_VECTOR_GRAPHIC
bool "Use Vector Graphic APIs"
default n