Add explicit LED frequency, compress sats symbol font

This commit is contained in:
Djuri 2025-01-05 18:50:19 +01:00
parent b4864b1db6
commit cd4dea9d34
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
2 changed files with 2 additions and 1 deletions

View file

@ -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"))

View file

@ -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() {