HWT font size
This commit is contained in:
parent
1e75dca592
commit
f8478d18ee
|
|
@ -12,9 +12,9 @@
|
||||||
TFT_eSPI tft = TFT_eSPI();
|
TFT_eSPI tft = TFT_eSPI();
|
||||||
|
|
||||||
#ifdef HELTEC_WIRELESS_TRACKER
|
#ifdef HELTEC_WIRELESS_TRACKER
|
||||||
#define bigSizeFont 2
|
#define bigSizeFont 2.5
|
||||||
#define smallSizeFont 1
|
#define smallSizeFont 1.5
|
||||||
#define lineSpacing 9
|
#define lineSpacing 12
|
||||||
#endif
|
#endif
|
||||||
#ifdef TTGO_T_DECK_GPS
|
#ifdef TTGO_T_DECK_GPS
|
||||||
#define bigSizeFont 4
|
#define bigSizeFont 4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue