#503 additional update

This commit is contained in:
Bodmer
2020-01-02 12:38:50 +00:00
committed by GitHub
parent d02fe55c46
commit 6459ddbeea

View File

@@ -335,7 +335,7 @@ void TFT_eSPI::init(uint8_t tc)
#endif #endif
#if defined(ESP32_PARALLEL) #if defined(ESP32_PARALLEL)
digitalWrite(TFT_CS, LOW); // Chip select low permanently digitalWrite(TFT_CS, HIGH);
pinMode(TFT_CS, OUTPUT); pinMode(TFT_CS, OUTPUT);
#else #else
#ifdef TFT_CS #ifdef TFT_CS