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:
Cosmin-Daniel Radu
2025-05-23 11:23:34 +03:00
committed by Gabor Kiss-Vamosi
parent a2b687c2d4
commit 69f7599e0c
7 changed files with 33 additions and 12 deletions
+5
View File
@@ -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"