mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user