TFT_eSPI/Extensions
Bodmer 26d7e4038a 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.
2019-02-14 00:32:16 +00:00
..
Button.cpp Add smooth (antialiased) fonts 2018-02-24 19:02:20 +00:00
Button.h Add smooth (antialiased) fonts 2018-02-24 19:02:20 +00:00
Smooth_font.cpp Support extended font formats 2019-02-10 21:36:40 +00:00
Smooth_font.h Support extended font formats 2019-02-10 21:36:40 +00:00
Sprite.cpp Support extended font formats 2019-02-10 21:36:40 +00:00
Sprite.h Support extended font formats 2019-02-10 21:36:40 +00:00
Touch.cpp Fix touch screen handler 2019-02-14 00:32:16 +00:00
Touch.h Update touch handler 2019-01-01 23:56:08 +00:00