bot: Update LVGL submodule. lv_conf.h.
This commit is contained in:
parent
dcd00371b1
commit
a7095dc5b5
34
lv_conf.h
34
lv_conf.h
@ -803,7 +803,7 @@
|
|||||||
/*==================
|
/*==================
|
||||||
* THEMES
|
* THEMES
|
||||||
*==================*/
|
*==================*/
|
||||||
/* Documentation for themes can be found here: https://docs.lvgl.io/master/details/common-widget-features/styles/style.html#themes . */
|
/* Documentation for themes can be found here: https://docs.lvgl.io/master/details/common-widget-features/styles/styles.html#themes . */
|
||||||
|
|
||||||
/** A simple, impressive and very complete theme */
|
/** A simple, impressive and very complete theme */
|
||||||
#define LV_USE_THEME_DEFAULT 1
|
#define LV_USE_THEME_DEFAULT 1
|
||||||
@ -1164,8 +1164,12 @@
|
|||||||
/** Enable loading XML UIs runtime */
|
/** Enable loading XML UIs runtime */
|
||||||
#define LV_USE_XML 0
|
#define LV_USE_XML 0
|
||||||
|
|
||||||
|
/** 1: Enable text translation support */
|
||||||
|
#define LV_USE_TRANSLATION 0
|
||||||
|
|
||||||
/*1: Enable color filter style*/
|
/*1: Enable color filter style*/
|
||||||
#define LV_USE_COLOR_FILTER 0
|
#define LV_USE_COLOR_FILTER 0
|
||||||
|
|
||||||
/*==================
|
/*==================
|
||||||
* DEVICES
|
* DEVICES
|
||||||
*==================*/
|
*==================*/
|
||||||
@ -1339,10 +1343,10 @@
|
|||||||
#if LV_BUILD_DEMOS
|
#if LV_BUILD_DEMOS
|
||||||
/** Show some widgets. This might be required to increase `LV_MEM_SIZE`. */
|
/** Show some widgets. This might be required to increase `LV_MEM_SIZE`. */
|
||||||
#define LV_USE_DEMO_WIDGETS 1
|
#define LV_USE_DEMO_WIDGETS 1
|
||||||
|
|
||||||
/** Demonstrate usage of encoder and keyboard. */
|
/** Demonstrate usage of encoder and keyboard. */
|
||||||
#define LV_USE_DEMO_KEYPAD_AND_ENCODER 1
|
#define LV_USE_DEMO_KEYPAD_AND_ENCODER 1
|
||||||
|
|
||||||
/** Benchmark your system */
|
/** Benchmark your system */
|
||||||
#define LV_USE_DEMO_BENCHMARK 1
|
#define LV_USE_DEMO_BENCHMARK 1
|
||||||
|
|
||||||
@ -1354,10 +1358,10 @@
|
|||||||
/** Render test for each primitive.
|
/** Render test for each primitive.
|
||||||
* - Requires at least 480x272 display. */
|
* - Requires at least 480x272 display. */
|
||||||
#define LV_USE_DEMO_RENDER 1
|
#define LV_USE_DEMO_RENDER 1
|
||||||
|
|
||||||
/** Stress test for LVGL */
|
/** Stress test for LVGL */
|
||||||
#define LV_USE_DEMO_STRESS 1
|
#define LV_USE_DEMO_STRESS 1
|
||||||
|
|
||||||
/** Music player demo */
|
/** Music player demo */
|
||||||
#define LV_USE_DEMO_MUSIC 1
|
#define LV_USE_DEMO_MUSIC 1
|
||||||
#if LV_USE_DEMO_MUSIC
|
#if LV_USE_DEMO_MUSIC
|
||||||
@ -1367,38 +1371,38 @@
|
|||||||
#define LV_DEMO_MUSIC_LARGE 0
|
#define LV_DEMO_MUSIC_LARGE 0
|
||||||
#define LV_DEMO_MUSIC_AUTO_PLAY 0
|
#define LV_DEMO_MUSIC_AUTO_PLAY 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Vector graphic demo */
|
/** Vector graphic demo */
|
||||||
#define LV_USE_DEMO_VECTOR_GRAPHIC 0
|
#define LV_USE_DEMO_VECTOR_GRAPHIC 0
|
||||||
|
|
||||||
/*---------------------------
|
/*---------------------------
|
||||||
* Demos from lvgl/lv_demos
|
* Demos from lvgl/lv_demos
|
||||||
---------------------------*/
|
---------------------------*/
|
||||||
|
|
||||||
/** Flex layout demo */
|
/** Flex layout demo */
|
||||||
#define LV_USE_DEMO_FLEX_LAYOUT 1
|
#define LV_USE_DEMO_FLEX_LAYOUT 1
|
||||||
|
|
||||||
/** Smart-phone like multi-language demo */
|
/** Smart-phone like multi-language demo */
|
||||||
#define LV_USE_DEMO_MULTILANG 1
|
#define LV_USE_DEMO_MULTILANG 1
|
||||||
|
|
||||||
/** Widget transformation demo */
|
/** Widget transformation demo */
|
||||||
#define LV_USE_DEMO_TRANSFORM 1
|
#define LV_USE_DEMO_TRANSFORM 1
|
||||||
|
|
||||||
/** Demonstrate scroll settings */
|
/** Demonstrate scroll settings */
|
||||||
#define LV_USE_DEMO_SCROLL 1
|
#define LV_USE_DEMO_SCROLL 1
|
||||||
|
|
||||||
/*E-bike demo with Lottie animations (if LV_USE_LOTTIE is enabled)*/
|
/*E-bike demo with Lottie animations (if LV_USE_LOTTIE is enabled)*/
|
||||||
#define LV_USE_DEMO_EBIKE 0
|
#define LV_USE_DEMO_EBIKE 0
|
||||||
#if LV_USE_DEMO_EBIKE
|
#if LV_USE_DEMO_EBIKE
|
||||||
#define LV_DEMO_EBIKE_PORTRAIT 0 /*0: for 480x270..480x320, 1: for 480x800..720x1280*/
|
#define LV_DEMO_EBIKE_PORTRAIT 0 /*0: for 480x270..480x320, 1: for 480x800..720x1280*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** High-resolution demo */
|
/** High-resolution demo */
|
||||||
#define LV_USE_DEMO_HIGH_RES 0
|
#define LV_USE_DEMO_HIGH_RES 0
|
||||||
|
|
||||||
/* Smart watch demo */
|
/* Smart watch demo */
|
||||||
#define LV_USE_DEMO_SMARTWATCH 0
|
#define LV_USE_DEMO_SMARTWATCH 0
|
||||||
#endif /* LV_BUILD_DEMOS */
|
#endif /* LV_BUILD_DEMOS */
|
||||||
|
|
||||||
/*--END OF LV_CONF_H--*/
|
/*--END OF LV_CONF_H--*/
|
||||||
|
|
||||||
|
|||||||
2
lvgl
2
lvgl
@ -1 +1 @@
|
|||||||
Subproject commit a051ee4e7971b8409e4f7d140bf45a165315773b
|
Subproject commit 4ef938fa6d8665681435e4e054ed0b829210d63a
|
||||||
Loading…
x
Reference in New Issue
Block a user