From bf14f238001ca2518a4bd6471a521017ed976d16 Mon Sep 17 00:00:00 2001 From: Redume Date: Tue, 27 May 2025 11:41:38 +0300 Subject: [PATCH] chore: Currency rate text size has been changed --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0225a9e..52146c4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();