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 ////////////////////////////////////////////////////////////////////////////////////////