mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-09 20:27:41 +08:00
feat(vglite): refactor driver config and remove NXP VGLite draw unit (#8911)
This commit is contained in:
committed by
GitHub
parent
f178e7b1ed
commit
48a1ea968a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user