feat(vg_lite_tvg): add buffer address alignment config (#5576)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
5
Kconfig
5
Kconfig
@@ -1313,6 +1313,11 @@ menu "LVGL configuration"
|
||||
default y
|
||||
depends on LV_USE_VG_LITE_THORVG
|
||||
|
||||
config LV_VG_LITE_THORVG_BUF_ADDR_ALIGN
|
||||
int "Buffer address alignment"
|
||||
default 64
|
||||
depends on LV_USE_VG_LITE_THORVG
|
||||
|
||||
config LV_VG_LITE_THORVG_THREAD_RENDER
|
||||
bool "Enable multi-thread render"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user