mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-19 05:11:19 +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"));
|
||||
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…
x
Reference in New Issue
Block a user