From 91f35449ddd581ebd2842187f5d641a617bef947 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 5 Feb 2022 17:04:31 +0100 Subject: [PATCH] Add LVGL_FREETYPE to lvgl image --- tasmota/tasmota_configurations_ESP32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 16c7fc488..87a880f38 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -211,6 +211,8 @@ #define USE_I2S #define USE_SPI #define USE_LVGL +#define USE_LVGL_FREETYPE +#define USE_LVGL_PNG_DECODER #define USE_DISPLAY #define SHOW_SPLASH #define USE_XPT2046 @@ -218,7 +220,6 @@ #define USE_MPU_ACCEL #define USE_BM8563 #define USE_MLX90614 -#define USE_LVGL_PNG_DECODER #define USE_UNIVERSAL_DISPLAY #define USE_DISPLAY_LVGL_ONLY