Explorar o código

Add TFT pin definitions

Just Call Me Koko %!s(int64=5) %!d(string=hai) anos
pai
achega
e108fef595
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      esp32_marauder/Display.h

+ 10 - 0
esp32_marauder/Display.h

@@ -16,6 +16,16 @@
 
 #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
 #define OTA_UPDATE 100
 #define SHOW_INFO 101