feat(vglite): refactor driver config and remove NXP VGLite draw unit (#8911)

This commit is contained in:
Gabor Kiss-Vamosi
2025-09-26 11:41:57 +02:00
committed by GitHub
parent f178e7b1ed
commit 48a1ea968a
26 changed files with 183 additions and 4832 deletions
+9
View File
@@ -196,6 +196,15 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
#undef LV_KCONFIG_PRESENT
/* Disable VGLite drivers if VGLite drawing is disabled */
#ifndef LV_USE_VG_LITE_DRIVER
#define LV_USE_VG_LITE_DRIVER 0
#endif
#ifndef LV_USE_VG_LITE_THORVG
#define LV_USE_VG_LITE_THORVG 0
#endif
/* Set some defines if a dependency is disabled. */
#if LV_USE_LOG == 0
#define LV_LOG_LEVEL LV_LOG_LEVEL_NONE