mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-29 06:06:40 +00:00
Tweak open font
This commit is contained in:
parent
303c0a9171
commit
3dd9150886
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user