From abed562c8bd8d050d3ec823f8ced32a86df6db61 Mon Sep 17 00:00:00 2001 From: sieja Date: Mon, 16 Jun 2025 22:15:27 +0200 Subject: [PATCH] Komentarz --- ESP32/LCD_RGB_graphicstest/LCD_RGB_graphicstest.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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