From 26e2dec2b2d1125996b58b721591462c34ef05a0 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 9 Jul 2024 10:41:26 -0400 Subject: [PATCH] font size update --- src/display.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/display.cpp b/src/display.cpp index 346f4b7..4fd17f3 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -11,9 +11,9 @@ TFT_eSPI tft = TFT_eSPI(); #ifdef HELTEC_WIRELESS_TRACKER - #define bigSizeFont 2 - #define smallSizeFont 1 - #define lineSpacing 9 + #define bigSizeFont 2.5 + #define smallSizeFont 1.5 + #define lineSpacing 12 #endif #else #include