Skip to content

Commit 245a7dc

Browse files
authored
Merge pull request #2357 from adafruit/mini-gif-arduino-pins
updated TFT_CS / TFT_DC to Arduino pins
2 parents bf15ca1 + 07b5bd8 commit 245a7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mini_GIF_Players/Mini_GIF_Players.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
1010
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
1111

12-
#define TFT_CS 5
13-
#define TFT_DC 6
12+
#define TFT_CS 7
13+
#define TFT_DC 8
1414
#define TFT_RST 9
1515

1616
#define DISPLAY_WIDTH 320

0 commit comments

Comments
 (0)