mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-21 23:00:51 -08:00
Add TFT pin definitions
This commit is contained in:
@@ -16,6 +16,16 @@
|
|||||||
|
|
||||||
#include <TFT_eSPI.h>
|
#include <TFT_eSPI.h>
|
||||||
|
|
||||||
|
#define TFT_MISO 19
|
||||||
|
#define TFT_MOSI 23
|
||||||
|
#define TFT_SCLK 18
|
||||||
|
#define TFT_CS 27
|
||||||
|
#define TFT_DC 26
|
||||||
|
#define TFT_RST 5
|
||||||
|
#define TFT_BL 32
|
||||||
|
#define TOUCH_CS 21
|
||||||
|
#define SD_CS 4
|
||||||
|
|
||||||
// WiFi stuff
|
// WiFi stuff
|
||||||
#define OTA_UPDATE 100
|
#define OTA_UPDATE 100
|
||||||
#define SHOW_INFO 101
|
#define SHOW_INFO 101
|
||||||
|
|||||||
Reference in New Issue
Block a user