NailBuster wrote:I've actually modified spapadim XPT2046 driver to support SPI transactions since the adafruit library supports it.
There's also Paul Stoffregen's XPT2046-library at https://github.com/PaulStoffregen/XPT2046_Touchscreen . He says the following:
XPT2046_Touchscreen is meant to be a compatible with sketches written for Adafruit_STMPE610, offering the same functions, parameters and numerical ranges as Adafruit's library.
I see no reason why that library wouldn't work on the ESP, it even has SPI-transactions in it already, but since I ain't gotten my display yet I can't test it for myself.