This commit is contained in:
lady ada 2022-01-03 15:05:30 -05:00
parent 0729d00059
commit 294d448c7b

View file

@ -58,7 +58,7 @@ void setup(void) {
while(!Serial); // Wait for Serial Monitor before continuing while(!Serial); // Wait for Serial Monitor before continuing
#endif #endif
tft.init(174, 320); // Init ST7789 174x320 tft.init(172, 320); // Init ST7789 174x320
// The Adafruit_ImageReader constructor call (above, before setup()) // The Adafruit_ImageReader constructor call (above, before setup())
// accepts an uninitialized SdFat or FatFileSystem object. This MUST // accepts an uninitialized SdFat or FatFileSystem object. This MUST