mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
fix(vglite) add VGLITE_CHECK_ERROR for all vg_lite functions
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
a2b687c2d4
commit
69f7599e0c
@@ -392,6 +392,11 @@ menu "LVGL configuration"
|
||||
bool "Enable VGLite asserts"
|
||||
depends on LV_USE_DRAW_VGLITE
|
||||
default n
|
||||
|
||||
config LV_USE_VGLITE_CHECK_ERROR
|
||||
bool "Enable VGLite error checks"
|
||||
depends on LV_USE_DRAW_VGLITE
|
||||
default n
|
||||
|
||||
config LV_USE_PXP
|
||||
bool "Use NXP's PXP on iMX RTxxx platforms"
|
||||
|
||||
Reference in New Issue
Block a user