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