updated TFT_CS / TFT_DC to Arduino pins

This commit is contained in:
Mikey Sklar 2022-12-16 10:20:28 -08:00
parent bf15ca13aa
commit 07b5bd88ed

View file

@ -9,8 +9,8 @@
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
#define TFT_CS 5
#define TFT_DC 6
#define TFT_CS 7
#define TFT_DC 8
#define TFT_RST 9
#define DISPLAY_WIDTH 320