mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user