diff --git a/src/display.cpp b/src/display.cpp index 0151339..bbf4fca 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -12,8 +12,8 @@ TFT_eSPI tft = TFT_eSPI(); #ifdef HELTEC_WIRELESS_TRACKER - #define bigSizeFont 2.5 - #define smallSizeFont 1.5 + #define bigSizeFont 2 + #define smallSizeFont 1 #define lineSpacing 12 #endif #ifdef TTGO_T_DECK_GPS