Skip to content

Fix touch functions for ESP8266

Compare
Choose a tag to compare
@Bodmer Bodmer released this 15 Feb 20:57
· 822 commits to master since this release
Fix touch screen handler

The touch screen handler was broken for the ESP8266 only. The library
uses SPI write only configuration for ESP8266 so the SPI buffer can be
recycled and it was left in write only mode. The library now switches
back to read & write mode at the end of a transaction.