Use Roboto Thin 24 for all columns, DejaVu24 for header, DejaVu18 for footer

This commit is contained in:
Chad 2026-03-29 16:47:07 -05:00
parent c3dc4356b5
commit 99fd266b47
6 changed files with 20710 additions and 20707 deletions

File diff suppressed because it is too large Load diff

View file

@ -213,7 +213,7 @@ void drawDashboard() {
int priceY = labelY + 32;
lcd.setTextColor(TFT_ORANGE, TFT_BLACK);
lcd.setFont(&fonts::DejaVu24);
lcd.setFont(&fonts::Roboto_Thin_24);
lcd.drawString("Bitcoin:", col1X, labelY);
lcd.drawString(formatPriceUS(btcPrice, 0), col1X, priceY);