TFT_eSPI/Extensions
Bodmer 054a824eb8 Add ESP32 VSPI or HSPI port option + others
If the VSPI port is in use and pins are not accessible (e.g. TTGO
T-Beam)
then add or uncomment the following line in the setup header file:
//#define USE_HSPI_PORT

Minor performance tweaks for ESP32 to minimise the occurence of the slow
transaction overhead.

setAddrWindow now takes xstart, ystart, width and height as inputs

Multi-sample raw touch x and y for noisy displays

Example update for setAddrWindow change compatibility
2019-01-22 18:41:31 +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 Add ESP32 VSPI or HSPI port option + others 2019-01-22 18:41:31 +00:00
Smooth_font.h Add new anti-aliased (smooth) font examples + bug fixes 2018-10-21 17:53:27 +01:00
Sprite.cpp Add ESP32 VSPI or HSPI port option + others 2019-01-22 18:41:31 +00:00
Sprite.h Add Sprite rotation and examples 2019-01-06 01:14:10 +00:00
Touch.cpp Add ESP32 VSPI or HSPI port option + others 2019-01-22 18:41:31 +00:00
Touch.h Update touch handler 2019-01-01 23:56:08 +00:00