mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-19 13:21:18 +00:00
Add explicit LED frequency, compress sats symbol font
This commit is contained in:
parent
b4864b1db6
commit
cd4dea9d34
@ -674,6 +674,7 @@ void setupFrontlight()
|
|||||||
Serial.println(F("FL driver error"));
|
Serial.println(F("FL driver error"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
flArray.setFrequency(200);
|
||||||
Serial.println(F("FL driver active"));
|
Serial.println(F("FL driver active"));
|
||||||
|
|
||||||
if (!preferences.isKey("flMaxBrightness"))
|
if (!preferences.isKey("flMaxBrightness"))
|
||||||
|
@ -182,7 +182,7 @@ void loadFonts(const String& fontName) {
|
|||||||
FONT_SMALL = oswaldFonts.small;
|
FONT_SMALL = oswaldFonts.small;
|
||||||
}
|
}
|
||||||
|
|
||||||
FONT_SATSYMBOL = &Satoshi_Symbol90pt7b;
|
FONT_SATSYMBOL = FontLoader::loadCompressedFont(Satoshi_Symbol90pt7b_Properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setupDisplays() {
|
void setupDisplays() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user