Update Setup206_LilyGo_T_Display_S3.h

Add chip select on GPIO 6
This commit is contained in:
Bodmer
2023-05-14 00:08:41 +01:00
committed by GitHub
parent b8b45b0b04
commit 678cc82f2d

View File

@ -17,7 +17,8 @@
#define TFT_WIDTH 170 #define TFT_WIDTH 170
#define TFT_HEIGHT 320 #define TFT_HEIGHT 320
#define TFT_DC 7 #define TFT_CS 6
#define TFT_DC 7
#define TFT_RST 5 #define TFT_RST 5
#define TFT_WR 8 #define TFT_WR 8