Use Roboto Thin 24 for all columns, DejaVu24 for header, DejaVu18 for footer
This commit is contained in:
parent
c3dc4356b5
commit
99fd266b47
6 changed files with 20710 additions and 20707 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue