From 6319bb0a4379e23fd5ce8a1cbad48438f3165ae4 Mon Sep 17 00:00:00 2001 From: lvgl-bot Date: Thu, 3 Apr 2025 12:42:57 +0000 Subject: [PATCH] CI release edit: submodule. lv_conf.h. --- lv_conf.h | 6 +++++- lvgl | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lv_conf.h b/lv_conf.h index 8734f2d..d62a812 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -1246,7 +1246,11 @@ #define LV_USE_ST7796 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 */ #define LV_USE_RENESAS_GLCDC 0 diff --git a/lvgl b/lvgl index e63f345..371c21b 160000 --- a/lvgl +++ b/lvgl @@ -1 +1 @@ -Subproject commit e63f345feccb6e3d8f317566de7e450676053693 +Subproject commit 371c21bbdaa8216f2a0bef0069db7ae1a727d80d