From 215ed0798744cd01c29147e98f302f408bc65f2d Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 28 Apr 2020 15:13:25 +0200 Subject: [PATCH] Add lv_zifont --- include/hasp_conf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index ddcdcc7c..d3382322 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -47,6 +47,10 @@ #endif #include // Include the SPIFFS library #include "hasp_spiffs.h" + +#if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) +#include "lv_zifont.h" +#endif #endif #if HASP_USE_EEPROM>0