HWT font size

This commit is contained in:
richonguzman 2024-07-09 10:40:56 -04:00
parent 1e75dca592
commit f8478d18ee
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,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
#ifdef TTGO_T_DECK_GPS
#define bigSizeFont 4