From 5a5843b5ab9be3e1b93f468a939b48c582c36aed Mon Sep 17 00:00:00 2001 From: mikep1998 <44448320+mikep1998@users.noreply.github.com> Date: Sun, 11 Jul 2021 12:21:04 -0700 Subject: [PATCH] Until we provide a way to have our own modifiable copy tasmota_lv_conf.h I would like LV_USE_THEME_MONO defined. (#12625) * Update xdrv_54_lvgl.ino Fix compile error with LVGL define and without USE_BERRY defined * Update xdrv_54_lvgl.ino Fix compile error without Berry define. * GPIO_XPT2046_CS is not specific to ILI9341 GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488 * Update tasmota_lv_conf.h --- tasmota/lvgl_berry/tasmota_lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/lvgl_berry/tasmota_lv_conf.h b/tasmota/lvgl_berry/tasmota_lv_conf.h index 5d31e8a2e..a52cb9a7e 100644 --- a/tasmota/lvgl_berry/tasmota_lv_conf.h +++ b/tasmota/lvgl_berry/tasmota_lv_conf.h @@ -501,7 +501,7 @@ typedef void * lv_font_user_data_t; * texts and borders will be black and the background will be * white. Else the colors are inverted. * No flags. Set LV_THEME_DEFAULT_FLAG 0 */ -#define LV_USE_THEME_MONO 0 +#define LV_USE_THEME_MONO 1 #define LV_THEME_DEFAULT_INCLUDE /*Include a header for the init. function*/ #define LV_THEME_DEFAULT_INIT lv_theme_material_init