TFT_eSPI/Extensions
Calvin Hass a627c51118
Fix getTouch() return status upon bounds overflow
- When the post-remapped coordinates exceed screen bounds, `getTouch()` was returning a "valid" status without updating the coordinates. This would result in spurious touch detection events at the screen boundaries.
- The fix ensures that the return value is set to "invalid" in this boundary condition.
2019-05-21 07:13:19 -07: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 SD support for smooth font plus performance updates 2019-04-15 12:23:16 +01:00
Smooth_font.h Add ESP32 SD support for smooth font plus performance updates 2019-04-15 12:23:16 +01:00
Sprite.cpp ESP8266 compiler compatibility update #361 2019-05-20 12:35:17 +01:00
Sprite.h Support extended font formats 2019-02-10 21:36:40 +00:00
Touch.cpp Fix getTouch() return status upon bounds overflow 2019-05-21 07:13:19 -07:00
Touch.h Update touch handler 2019-01-01 23:56:08 +00:00