TFT Presets, Generic options, Sanity checks (#19723)

This commit is contained in:
Scott Lahteine
2020-10-15 03:00:27 -05:00
committed by GitHub
parent 04c27573d6
commit f6ffbe548c
116 changed files with 593 additions and 599 deletions

View File

@@ -49,7 +49,7 @@
#define TFT_PIXEL_OFFSET_X 48
#endif
#endif
#ifndef TFT_PIXEL_OFFSET_Y
// 32 is better for both 320x240 and 480x320
#define TFT_PIXEL_OFFSET_Y 32
#define TFT_PIXEL_OFFSET_Y 32 // 32 is best for both 320x240 and 480x320
#endif