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