chore: Currency rate text size has been changed
This commit is contained in:
parent
ef4e28f2c0
commit
bf14f23800
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void setup() {
|
|||
if (httpResCode > 0) {
|
||||
tft.fillScreen(ST77XX_BLACK);
|
||||
tft.setCursor(10, 10);
|
||||
tft.setTextSize(1);
|
||||
tft.setTextSize(1.3);
|
||||
|
||||
String payload = http.getString();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue