CI release edit: submodule. lv_conf.h.
This commit is contained in:
parent
a7883b52dd
commit
6319bb0a43
@ -1246,7 +1246,11 @@
|
|||||||
#define LV_USE_ST7796 0
|
#define LV_USE_ST7796 0
|
||||||
#define LV_USE_ILI9341 0
|
#define LV_USE_ILI9341 0
|
||||||
|
|
||||||
#define LV_USE_GENERIC_MIPI (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
|
||||||
|
#else
|
||||||
|
#define LV_USE_GENERIC_MIPI 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/** Driver for Renesas GLCD */
|
/** Driver for Renesas GLCD */
|
||||||
#define LV_USE_RENESAS_GLCDC 0
|
#define LV_USE_RENESAS_GLCDC 0
|
||||||
|
|||||||
2
lvgl
2
lvgl
@ -1 +1 @@
|
|||||||
Subproject commit e63f345feccb6e3d8f317566de7e450676053693
|
Subproject commit 371c21bbdaa8216f2a0bef0069db7ae1a727d80d
|
||||||
Loading…
x
Reference in New Issue
Block a user