From 294d448c7bd2977d18f5d09ce317552e09521f35 Mon Sep 17 00:00:00 2001 From: lady ada Date: Mon, 3 Jan 2022 15:05:30 -0500 Subject: [PATCH] right --- examples/BreakoutST7789-172x320/BreakoutST7789-172x320.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BreakoutST7789-172x320/BreakoutST7789-172x320.ino b/examples/BreakoutST7789-172x320/BreakoutST7789-172x320.ino index ec4dee7..d97032f 100644 --- a/examples/BreakoutST7789-172x320/BreakoutST7789-172x320.ino +++ b/examples/BreakoutST7789-172x320/BreakoutST7789-172x320.ino @@ -58,7 +58,7 @@ void setup(void) { while(!Serial); // Wait for Serial Monitor before continuing #endif - tft.init(174, 320); // Init ST7789 174x320 + tft.init(172, 320); // Init ST7789 174x320 // The Adafruit_ImageReader constructor call (above, before setup()) // accepts an uninitialized SdFat or FatFileSystem object. This MUST