-
Bodmer authored
The s60sc Adafruit_Touch library fork for the ESP32 parallel mode uses the TFT_WR pin as an analogue input to read the screen resistance. The TFT_eSPI library kept TFT_CS low permanently for performance reasons, but when used with the touch library a low analogue value on the TFT_WR pin will write spurious data to the display. This change toggle TFT_CS so it is only low during TFT parallel bus writes. The performance reduction is small.
d02fe55c