#503 additional update

This commit is contained in:
Bodmer 2020-01-02 12:38:50 +00:00 committed by GitHub
parent d02fe55c46
commit 6459ddbeea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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