bot: Update LVGL submodule. lv_conf.h.
This commit is contained in:
parent
c45ba88a3e
commit
c665924470
14
lv_conf.h
14
lv_conf.h
@ -592,10 +592,12 @@
|
|||||||
#define LV_FONT_MONTSERRAT_48 1
|
#define LV_FONT_MONTSERRAT_48 1
|
||||||
|
|
||||||
/* Demonstrate special features */
|
/* Demonstrate special features */
|
||||||
#define LV_FONT_MONTSERRAT_28_COMPRESSED 1
|
#define LV_FONT_MONTSERRAT_28_COMPRESSED 1
|
||||||
#define LV_FONT_DEJAVU_16_PERSIAN_HEBREW 1
|
#define LV_FONT_DEJAVU_16_PERSIAN_HEBREW 1
|
||||||
#define LV_FONT_SIMSUN_14_CJK 0 /**< 1000 most common CJK radicals */
|
#define LV_FONT_SIMSUN_14_CJK 0 /**< 1000 most common CJK radicals */
|
||||||
#define LV_FONT_SIMSUN_16_CJK 1
|
#define LV_FONT_SIMSUN_16_CJK 1
|
||||||
|
#define LV_FONT_SOURCE_HAN_SANS_SC_14_CJK 0 /**< 1338 most common CJK radicals */
|
||||||
|
#define LV_FONT_SOURCE_HAN_SANS_SC_16_CJK 0 /**< 1338 most common CJK radicals */
|
||||||
|
|
||||||
/** Pixel perfect monospaced fonts */
|
/** Pixel perfect monospaced fonts */
|
||||||
#define LV_FONT_UNSCII_8 1
|
#define LV_FONT_UNSCII_8 1
|
||||||
@ -775,6 +777,8 @@
|
|||||||
|
|
||||||
#define LV_USE_WIN 1
|
#define LV_USE_WIN 1
|
||||||
|
|
||||||
|
#define LV_USE_3DTEXTURE 0
|
||||||
|
|
||||||
/*==================
|
/*==================
|
||||||
* THEMES
|
* THEMES
|
||||||
*==================*/
|
*==================*/
|
||||||
@ -1021,6 +1025,7 @@
|
|||||||
#if LV_USE_PROFILER_BUILTIN
|
#if LV_USE_PROFILER_BUILTIN
|
||||||
/** Default profiler trace buffer size */
|
/** Default profiler trace buffer size */
|
||||||
#define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /**< [bytes] */
|
#define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /**< [bytes] */
|
||||||
|
#define LV_PROFILER_BUILTIN_DEFAULT_ENABLE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Header to include for profiler */
|
/** Header to include for profiler */
|
||||||
@ -1248,6 +1253,7 @@
|
|||||||
#define LV_USE_ST7789 0
|
#define LV_USE_ST7789 0
|
||||||
#define LV_USE_ST7796 0
|
#define LV_USE_ST7796 0
|
||||||
#define LV_USE_ILI9341 0
|
#define LV_USE_ILI9341 0
|
||||||
|
#define LV_USE_FT81X 0
|
||||||
|
|
||||||
#if (LV_USE_ST7735 | LV_USE_ST7789 | LV_USE_ST7796 | LV_USE_ILI9341)
|
#if (LV_USE_ST7735 | LV_USE_ST7789 | LV_USE_ST7796 | LV_USE_ILI9341)
|
||||||
#define LV_USE_GENERIC_MIPI 1
|
#define LV_USE_GENERIC_MIPI 1
|
||||||
|
|||||||
2
lvgl
2
lvgl
@ -1 +1 @@
|
|||||||
Subproject commit db11b1efbe7a49985d3688e054f75e42a23bf2ef
|
Subproject commit 868d7b5fbd5458bd613fad435c142e6fdc25db00
|
||||||
Loading…
x
Reference in New Issue
Block a user