updated TFT_CS / TFT_DC to Arduino pins
This commit is contained in:
parent
bf15ca13aa
commit
07b5bd88ed
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
|
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
|
||||||
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
|
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
|
||||||
|
|
||||||
#define TFT_CS 5
|
#define TFT_CS 7
|
||||||
#define TFT_DC 6
|
#define TFT_DC 8
|
||||||
#define TFT_RST 9
|
#define TFT_RST 9
|
||||||
|
|
||||||
#define DISPLAY_WIDTH 320
|
#define DISPLAY_WIDTH 320
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue