Add explicit LED frequency, compress sats symbol font
This commit is contained in:
parent
b4864b1db6
commit
cd4dea9d34
2 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue