Remove duplicate function

This commit is contained in:
Dave Allie 2025-12-26 11:08:45 +10:00
parent f83786d6e9
commit a875eb399b
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -169,15 +169,6 @@ void setupDisplayAndFonts() {
Serial.printf("[%lu] [ ] Fonts setup\n", millis()); Serial.printf("[%lu] [ ] Fonts setup\n", millis());
} }
void setupDisplayAndFonts() {
einkDisplay.begin();
Serial.printf("[%lu] [ ] Display initialized\n", millis());
renderer.insertFont(READER_FONT_ID, bookerlyFontFamily);
renderer.insertFont(UI_FONT_ID, ubuntuFontFamily);
renderer.insertFont(SMALL_FONT_ID, smallFontFamily);
Serial.printf("[%lu] [ ] Fonts setup\n", millis());
}
void setup() { void setup() {
t1 = millis(); t1 = millis();