• Bodmer's avatar
    Fix touch screen handler · 26d7e403
    Bodmer authored
    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.
    26d7e403
Read_User_Setup.ino 6.88 KB