diff --git a/ESP32/LCD_RGB_graphicstest/LCD_RGB_graphicstest.ino b/ESP32/LCD_RGB_graphicstest/LCD_RGB_graphicstest.ino index fbc856c..d6030a3 100644 --- a/ESP32/LCD_RGB_graphicstest/LCD_RGB_graphicstest.ino +++ b/ESP32/LCD_RGB_graphicstest/LCD_RGB_graphicstest.ino @@ -6,7 +6,7 @@ // For the breakout board, you can use any 2 or 3 pins. // These pins will also work for the 1.8" TFT shield. #define TFT_CS 5 - #define TFT_RST 4// Or set to -1 and connect to Arduino RESET pin + #define TFT_RST 4 #define TFT_DC 2