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:
8
Kconfig
8
Kconfig
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user