Add lv_zifont

This commit is contained in:
fvanroie 2020-04-28 15:13:25 +02:00
parent 9659831e88
commit 215ed07987

View File

@ -47,6 +47,10 @@
#endif
#include <FS.h> // 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