mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
fix(vg_lite): enable box shadow by default (#8242)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
/** Enable border to simulate shadow.
|
||||
* NOTE: which usually improves performance,
|
||||
* but does not guarantee the same rendering quality as the software. */
|
||||
#define LV_VG_LITE_USE_BOX_SHADOW 0
|
||||
#define LV_VG_LITE_USE_BOX_SHADOW 1
|
||||
|
||||
/** VG-Lite gradient maximum cache number.
|
||||
* @note The memory usage of a single gradient image is 4K bytes. */
|
||||
|
||||
Reference in New Issue
Block a user