CI release edit: submodule. lv_conf.h.
This commit is contained in:
parent
f3a1285cdd
commit
0d7d730f6e
14
lv_conf.h
14
lv_conf.h
@ -558,7 +558,9 @@
|
||||
#define LV_USE_MATRIX 1
|
||||
|
||||
/** Include `lvgl_private.h` in `lvgl.h` to access internal data and functions by default */
|
||||
#define LV_USE_PRIVATE_API 0
|
||||
#ifndef LV_USE_PRIVATE_API
|
||||
#define LV_USE_PRIVATE_API 0
|
||||
#endif
|
||||
|
||||
/*==================
|
||||
* FONT USAGE
|
||||
@ -1321,6 +1323,13 @@
|
||||
#define LV_DEMO_MUSIC_AUTO_PLAY 0
|
||||
#endif
|
||||
|
||||
/** Vector graphic demo */
|
||||
#define LV_USE_DEMO_VECTOR_GRAPHIC 0
|
||||
|
||||
/*---------------------------
|
||||
* Demos from lvgl/lv_demos
|
||||
---------------------------*/
|
||||
|
||||
/** Flex layout demo */
|
||||
#define LV_USE_DEMO_FLEX_LAYOUT 1
|
||||
|
||||
@ -1333,9 +1342,6 @@
|
||||
/** Demonstrate scroll settings */
|
||||
#define LV_USE_DEMO_SCROLL 1
|
||||
|
||||
/** Vector graphic demo */
|
||||
#define LV_USE_DEMO_VECTOR_GRAPHIC 0
|
||||
|
||||
/*E-bike demo with Lottie animations (if LV_USE_LOTTIE is enabled)*/
|
||||
#define LV_USE_DEMO_EBIKE 0
|
||||
#if LV_USE_DEMO_EBIKE
|
||||
|
||||
2
lvgl
2
lvgl
@ -1 +1 @@
|
||||
Subproject commit 255b09abf4816ab1bc721923fcc68913474e724a
|
||||
Subproject commit cecdb9e1d7c18937d5a25da296f9fc3723340a17
|
||||
Loading…
x
Reference in New Issue
Block a user