mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-07-30 18:57:30 +02:00
Update Setup206_LilyGo_T_Display_S3.h
Add chip select on GPIO 6
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user