chore(NemaGFX): add missing header, correct the docs, provided HAL is optional (#7174)

This commit is contained in:
Liam
2024-11-06 16:52:51 +01:00
committed by GitHub
parent 9d80bfa780
commit 17d0169e50
7 changed files with 48 additions and 25 deletions
+3
View File
@@ -51,6 +51,9 @@ fout.write(
#define LV_DRAW_SW_ASM_HELIUM 2
#define LV_DRAW_SW_ASM_CUSTOM 255
#define LV_NEMA_HAL_CUSTOM 0
#define LV_NEMA_HAL_STM32 1
/** Handle special Kconfig options. */
#ifndef LV_KCONFIG_IGNORE
#include "lv_conf_kconfig.h"