Tweak open font

This commit is contained in:
fvanroie 2020-04-04 21:22:42 +02:00
parent 303c0a9171
commit 3dd9150886

View File

@ -97,7 +97,7 @@ int lv_zifont_init(void)
return LV_RES_OK; // OK return LV_RES_OK; // OK
} }
static inline bool IRAM_ATTR openFont(File & file, const char * filename) static inline bool openFont(File & file, const char * filename)
{ {
file = SPIFFS.open(filename, "r"); file = SPIFFS.open(filename, "r");
if(!file) { if(!file) {