diff --git a/User_Setups/Setup206_LilyGo_T_Display_S3.h b/User_Setups/Setup206_LilyGo_T_Display_S3.h index 42678ac..7a58eca 100644 --- a/User_Setups/Setup206_LilyGo_T_Display_S3.h +++ b/User_Setups/Setup206_LilyGo_T_Display_S3.h @@ -17,7 +17,8 @@ #define TFT_WIDTH 170 #define TFT_HEIGHT 320 -#define TFT_DC 7 +#define TFT_CS 6 +#define TFT_DC 7 #define TFT_RST 5 #define TFT_WR 8