Has anyone got a quick start for getting the 1.8" TFT working on my new shiney chipKIT uc32?
I've read a couple things:
http://forums.adafruit.com/viewtopic.ph ... 6&p=203608
http://forums.adafruit.com/viewtopic.ph ... 9&p=197878
http://forums.adafruit.com/viewtopic.ph ... 4&p=162929
(btw, did anyone ask if his "stripe" problem was the plastic screen cover? I thought that once...)
http://forums.adafruit.com/viewtopic.ph ... 9&p=160177
http://digital-diy.com/forum/electronic ... tml#p14564
http://www.chipkit.org/forum/viewtopic. ... 3&start=10
(btw, I finally found his CKTFT port here on Adafruit and it's using 8 bit parallel, not SPI)
So pretty much I need to convert the AVR-specific SPI instructions in Adafruit_GFX and Adafruit_ST7735 to either be abstracted or just plop in the chipKIT instructions for hardware SPI, which I'm only just starting to wrap my head around. (or I guess just go software SPI, but that seems more work?)
For references, I went here: http://www.digilentinc.com/Products/Det ... -IO-SHIELD then downloaded the reference manual and ZIP examples.
And I love the support reply on the one thread to get a Mega for more RAM.


I did try UTFT library and it says it only does "serial" for the ST7735, and by serial, they mean I2C, not SPI. This guy got the 1.8" TFT Adafruit breakout working on chipKIT but his code did nothing for me...

My project: (full write up) (support post here)
Thanks!
Chris