From 176271f9a994e83eb44ddda85fec91af2aca05cb Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sat, 9 May 2020 18:55:02 +0200 Subject: [PATCH] Update TFT_eSPI_ESP32.h --- Processors/TFT_eSPI_ESP32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Processors/TFT_eSPI_ESP32.h b/Processors/TFT_eSPI_ESP32.h index ee8ceb6..d07c462 100644 --- a/Processors/TFT_eSPI_ESP32.h +++ b/Processors/TFT_eSPI_ESP32.h @@ -164,6 +164,12 @@ #ifndef TFT_MISO #define TFT_MISO -1 #endif + #ifndef TFT_MOSI + #define TFT_MOSI -1 + #endif + #ifndef TFT_SCLK + #define TFT_SCLK -1 + #endif #endif ////////////////////////////////////////////////////////////////////////////////////////