TFT_eSPI/Extensions
Bodmer e8c201db5e Update touch handler
Added new function that sketch can call to convert raw ADC x and y
values to calibrated screen coordinates:
tft.convertRawXY(&x, &y);

Redunced required number of SPI transfers needed to read raw values.
Changed mode so PENIRQ pin is enabled so users sketch can read this
signal (if needed).

See issue #279.
2019-01-01 23:56:08 +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 Minor performance improvements for ESP32 2018-11-14 01:05:16 +00:00
Smooth_font.h Add new anti-aliased (smooth) font examples + bug fixes 2018-10-21 17:53:27 +01:00
Sprite.cpp Correct #263, add setup file for 160x80 TFT, add invert option 2018-11-30 23:27:10 +00:00
Sprite.h Add support for 1 bit per pixel in Sprite class 2018-03-26 01:02:23 +01:00
Touch.cpp Update touch handler 2019-01-01 23:56:08 +00:00
Touch.h Update touch handler 2019-01-01 23:56:08 +00:00