feat(draw): add nanovg rendering backend (#8865)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2026-01-08 22:23:34 +08:00
committed by GitHub
parent c6ea45d969
commit 918e480c66
44 changed files with 10137 additions and 3 deletions
+5
View File
@@ -71,6 +71,11 @@ fout.write(
#define LV_NEMA_HAL_CUSTOM 0
#define LV_NEMA_HAL_STM32 1
#define LV_NANOVG_BACKEND_GL2 1
#define LV_NANOVG_BACKEND_GL3 2
#define LV_NANOVG_BACKEND_GLES2 3
#define LV_NANOVG_BACKEND_GLES3 4
/** Handle special Kconfig options. */
#ifndef LV_KCONFIG_IGNORE
#include "lv_conf_kconfig.h"