We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf15ca1 + 07b5bd8 commit 245a7dcCopy full SHA for 245a7dc
1 file changed
Mini_GIF_Players/Mini_GIF_Players.ino
@@ -9,8 +9,8 @@
9
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
10
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
11
12
-#define TFT_CS 5
13
-#define TFT_DC 6
+#define TFT_CS 7
+#define TFT_DC 8
14
#define TFT_RST 9
15
16
#define DISPLAY_WIDTH 320
0 commit comments