mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-07 14:44:43 +02:00
#503 additional update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user