Fix missing cs pin

This commit is contained in:
lewishe 2023-11-13 12:04:40 +08:00
parent e662544170
commit 0742ef9145

View File

@ -19,6 +19,7 @@
#define TFT_DC 7
#define TFT_RST 5
#define TFT_CS 6
#define TFT_WR 8
#define TFT_RD 9