mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
feat(draw): add nanovg rendering backend (#8865)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user