From 1d5b9fb8eddb546372b4615289993ab7cad2e1a2 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 3 Oct 2021 12:24:31 +0200 Subject: [PATCH] Fix compilation --- tasmota/xdrv_54_lvgl.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/xdrv_54_lvgl.ino b/tasmota/xdrv_54_lvgl.ino index fe3567311..becec3551 100644 --- a/tasmota/xdrv_54_lvgl.ino +++ b/tasmota/xdrv_54_lvgl.ino @@ -36,6 +36,10 @@ #include "lv_png.h" #endif // USE_LVGL_PNG_DECODER +#ifdef USE_LVGL_FREETYPE + #include "lv_freetype.h" +#endif // USE_LVGL_FREETYPE + Adafruit_LvGL_Glue * glue; // **************************************************