diff --git a/src/lib/config.cpp b/src/lib/config.cpp index 2269cc6..765bedd 100644 --- a/src/lib/config.cpp +++ b/src/lib/config.cpp @@ -674,6 +674,7 @@ void setupFrontlight() Serial.println(F("FL driver error")); return; } + flArray.setFrequency(200); Serial.println(F("FL driver active")); if (!preferences.isKey("flMaxBrightness")) diff --git a/src/lib/epd.cpp b/src/lib/epd.cpp index 31fbf86..d9b5303 100644 --- a/src/lib/epd.cpp +++ b/src/lib/epd.cpp @@ -182,7 +182,7 @@ void loadFonts(const String& fontName) { FONT_SMALL = oswaldFonts.small; } - FONT_SATSYMBOL = &Satoshi_Symbol90pt7b; + FONT_SATSYMBOL = FontLoader::loadCompressedFont(Satoshi_Symbol90pt7b_Properties); } void setupDisplays() {