#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
#if defined(ESP32_PARALLEL)
digitalWrite(TFT_CS, LOW); // Chip select low permanently
digitalWrite(TFT_CS, HIGH);
pinMode(TFT_CS, OUTPUT);
#else
#ifdef TFT_CS