ci(lv_templ): fix filename template mismatches and add CI (#8326)

This commit is contained in:
Liam Howatt
2025-06-19 11:42:41 +02:00
committed by GitHub
parent edceb1cb1f
commit 1ef1d23342
103 changed files with 384 additions and 156 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
/**
* @file lv_conf.h
* @file lv_conf_cmsis.h
* Configuration file for v9.3.0
*/
/* clang-format off */
#if 1 /* Set this to "1" to enable content */
#ifndef LV_CONF_H
#define LV_CONF_H
#ifndef LV_CONF_CMSIS_H
#define LV_CONF_CMSIS_H
#if defined(_RTE_)
#include "RTE_Components.h"
@@ -1243,7 +1243,7 @@
#define LV_DEMO_MUSIC_LARGE 0
#define LV_DEMO_MUSIC_AUTO_PLAY 0
#endif
#if LV_USE_DEMO_BENCHMARK
/** Use fonts where bitmaps are aligned 16 byte and has Nx16 byte stride */
#define LV_DEMO_BENCHMARK_ALIGNED_FONTS 0
@@ -1257,6 +1257,6 @@
/*--END OF LV_CONF_H--*/
#endif /*LV_CONF_H*/
#endif /*LV_CONF_CMSIS_H*/
#endif /*End of "Content enable"*/