Skip to content

Releases: PaulStoffregen/XPT2046_Touchscreen

Version 1.4

27 Jun 23:06
Compare
Choose a tag to compare

Add begin(SPI) to allow selecting which SPI port to use
Fix for ESP8266

v1.3: Increment version to 1.3

15 Feb 00:49
Compare
Choose a tag to compare

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

17 Jan 03:09
Compare
Choose a tag to compare
1.2

Increment version to 1.2 (fix #6)

Added oversampling

11 Oct 22:10
Compare
Choose a tag to compare

Improves the measurement quality slightly, by making 3 measurements and averaging the best 2 of 3.

Initial Release

11 Oct 11:22
Compare
Choose a tag to compare
v1.0

Add library.properties