change some text sizes

This commit is contained in:
BitMaker 2023-11-29 09:28:37 +01:00
parent 2b34e8aeb1
commit 7b2e70a8c8

View File

@ -398,7 +398,7 @@ void esp32_2432S028R_BTCprice(unsigned long mElapsed)
background.drawString(data.currentTime.c_str(), 202-130, 0, GFXFF); background.drawString(data.currentTime.c_str(), 202-130, 0, GFXFF);
// Print Hour // Print Hour
background.setFreeFont(FF23); background.setFreeFont(FF22);
background.setTextSize(2); background.setTextSize(2);
background.setTextColor(0xDEDB, TFT_BLACK); background.setTextColor(0xDEDB, TFT_BLACK);
background.drawString(data.btcPrice.c_str(), 0, 50, GFXFF); background.drawString(data.btcPrice.c_str(), 0, 50, GFXFF);