Releases: PaulStoffregen/XPT2046_Touchscreen
Releases · PaulStoffregen/XPT2046_Touchscreen
Version 1.4
Add begin(SPI) to allow selecting which SPI port to use
Fix for ESP8266
v1.3: Increment version to 1.3
Add setRotation() - needed for some newer displays with "backwards" touch panel
Fix IRQ pin on Arduino Uno, Mega, maybe other boards
Add touch state without SPI transfer (thanks Defragster)
Add touch state example (thanks Donziboy2)
Fix ESP32 issue (thanks Cellie)
Use constexpr constructor
Add constructor with IRQ
1.2 Increment version to 1.2 (fix #6)
Added oversampling
Improves the measurement quality slightly, by making 3 measurements and averaging the best 2 of 3.
Initial Release
v1.0 Add library.properties