mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
ci(lv_templ): fix filename template mismatches and add CI (#8326)
This commit is contained in:
@@ -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"*/
|
||||
|
||||
Reference in New Issue
Block a user