font size update

This commit is contained in:
richonguzman 2024-07-09 10:41:26 -04:00
parent 174507377b
commit 26e2dec2b2
1 changed files with 3 additions and 3 deletions

View File

@ -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 <Adafruit_GFX.h>