fix(vg_lite): workaround vg_lite_blit_rect offset x/y hardware bug (#9522)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2026-01-06 22:40:32 +08:00
committed by GitHub
parent eb86444ec9
commit 7bf13855e7
5 changed files with 38 additions and 3 deletions
+5
View File
@@ -502,6 +502,11 @@ menu "LVGL configuration"
default n
depends on LV_USE_DRAW_VG_LITE
config LV_VG_LITE_DISABLE_BLIT_RECT_OFFSET
bool "Disable blit rectangular offset to resolve certain hardware errors."
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