fix(vg_lite): add config to disable draw shadow (#5534)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2024-01-31 14:33:57 +08:00
committed by GitHub
parent 0988eddfca
commit e271b23341
4 changed files with 26 additions and 0 deletions

View File

@@ -374,6 +374,14 @@ menu "LVGL configuration"
help
GPU will try to batch these many draw tasks.
config LV_VG_LITE_USE_BOX_SHADOW
bool "Enable border to simulate shadow."
default n
depends on LV_USE_DRAW_VG_LITE
help
which usually improves performance,
but does not guarantee the same rendering quality as the software.
config LV_USE_GPU_SDL
bool "Use SDL renderer API"
default n