2.8″ Touch LCD SPI for esp8266 (nodemcu) working....
Posted: Mon Jan 11, 2016 3:21 pm
Hey, wanted to share what I did to get my touch/lcd screen(ILI9341) attached to nodemcu....it's working with the AdaFruit GFX library! The touch is one of those clone/inexpensive 2.8" SPI touch devices from ali (around $7 usd).....
I had to use some files from different projects and some small tweaks to get it working for my device....other than power, it uses 7 pins connected to the esp12 (nodemcu).
credit goes to Spiros Papadimitriou for his code for the touch driver(XPT2046) to share the SPI hardware pins of esp for touch/lcd.....and of course adafruit for the gfx library....
I created a page with instructions and download, it's all beta so feel free to try it out....or improve on it!
http://nailbuster.com/?page_id=341
I had to use some files from different projects and some small tweaks to get it working for my device....other than power, it uses 7 pins connected to the esp12 (nodemcu).
credit goes to Spiros Papadimitriou for his code for the touch driver(XPT2046) to share the SPI hardware pins of esp for touch/lcd.....and of course adafruit for the gfx library....
I created a page with instructions and download, it's all beta so feel free to try it out....or improve on it!
http://nailbuster.com/?page_id=341