HWT tft update size

This commit is contained in:
richonguzman 2024-07-09 11:49:04 -04:00
parent f8478d18ee
commit 159b739a46
1 changed files with 2 additions and 2 deletions

View File

@ -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