Libraries for touchscreen TFT module (ILI9341 + XPT2046)
Posted: Thu Sep 17, 2015 9:24 am
Not sure if this is the right forum, but recently got a generic (eBay) $7 ILI9341 (TFT driver) + XPT2046 (touch driver) module working on the ESP. The code is available on github:
Combine with, eg, ~$3 ESP-12, and you can have a $10 device with graphical touch UI and network. If interested and you try out, please let me know how it went.
- Ucglib port to ESP8266: https://github.com/spapadim/ucglib (plus this patch: https://gist.github.com/spapadim/a4bc258df47f00831006)
- XPT2046 hardware SPI driver: https://github.com/spapadim/XPT2046
Combine with, eg, ~$3 ESP-12, and you can have a $10 device with graphical touch UI and network. If interested and you try out, please let me know how it went.