From d3cc32cdc8db199f045f30af2a50ed1b81ccebcf Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 12 Sep 2021 21:17:32 +0200 Subject: [PATCH] FreeType fonts for core2 --- tasmota/tasmota_configurations_ESP32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index d229e25cd..4a205158b 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -95,6 +95,7 @@ #define USE_DISPLAY #ifdef USE_UNIVERSAL_DISPLAY #define USE_LVGL + #define USE_LVGL_FREETYPE // #define USE_DISPLAY_LVGL_ONLY #else #define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)