-->
Page 1 of 17

128x128 TFT now works with ESP8266

PostPosted: Thu Nov 26, 2015 4:55 pm
by sumotoy
Super cheap color TFT based on ILI9163C (128x128), as low as 3US with free expedition in china market, can be drived by ESP8266.
It works with SPI (it uses also SPI Transactions where available), tested and works with ESP8266-12E, many example included.
https://github.com/sumotoy/TFT_ILI9163C/tree/Pre-Release-1.0r

Re: 128x128 TFT now works with ESP8266

PostPosted: Fri Nov 27, 2015 9:10 am
by musdom
Thanks for this! The screenfills are like 3 times faster. This is what I'm using it for: https://twitter.com/sakak_musdom/status/669937254685499392

Re: 128x128 TFT now works with ESP8266

PostPosted: Fri Nov 27, 2015 3:56 pm
by freedom2000
Thank you.

I have just bought one...only for test !

JP

Re: 128x128 TFT now works with ESP8266

PostPosted: Sun Nov 29, 2015 12:07 pm
by sumotoy
Thanks for feedback! :D I've just have an user that point me at a possible issue, the library broke when an AP it's connected. I'm actually don't have a free ESP8266 free to use laying around, someone confirm this? :roll:
I have a workaround ready but just want to be sure that this is an issue.
The next release has several yeld spreaded around code to leave processing to the background wifi stuff.

PS
I'm also try to port my library for RA8875 to ESP8266, would be nice see a monster of 800x480 with 5 capacitive touch drived by such a tiny thing but get stuck with some hardware issue on RA8875 SPI (that uses SPI Mode3 and internally it pull up MISO and SCLK, causing the entire SPI channel get stuck).