Unverified Commit 6459ddbe authored by Bodmer's avatar Bodmer Committed by GitHub

#503 additional update

parent d02fe55c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment