EmbeddedRelated.com
Forums

TFT LCD controller

Started by Bool October 25, 2013
I'm looking for a low cost solution to connect a TFT LCD at least 7" to the microcontroller by 
UART/SPI/I2C. I have to show only static graphic with touch operations. FT800 chip looks nice, but 
unfortunately it only supports a resolution up to 512x512, and 7" TFT has 800x480.
On Friday, October 25, 2013 10:11:48 AM UTC+3, Bool wrote:
> I'm looking for a low cost solution to connect a TFT LCD at least 7" to > the microcontroller by > > UART/SPI/I2C. I have to show only static graphic with touch operations. > FT800 chip looks nice, but > > unfortunately it only supports a resolution up to 512x512, > and 7" TFT has 800x480.
Since Intel bought & destroyed Chips & tech there is no such chip on the market (they had the b69000 and the b69030). Silicon motion, a Taiwanese firm, have some similar parts on their website but I think they are hybrids and they are not available through the major distributor channels (I have never tried them out). Dimiter ------------------------------------------------------ Dimiter Popoff, TGI http://www.tgi-sci.com ------------------------------------------------------ http://www.flickr.com/photos/didi_tgi/sets/72157600228621276/
Bool <nospam@nospam.com> writes:
> I'm looking for a low cost solution to connect a TFT LCD at least 7" > to the microcontroller by UART/SPI/I2C. I have to show only static > graphic with touch operations.
FTDI -> USB -> cheap android tablet. I've heard of software bit banged VGA but really, that's sick.
On Friday, October 25, 2013 10:40:41 AM UTC+3, Paul Rubin wrote:
> Bool <nospam@nospam.com> writes: > > I'm looking for a low cost solution to connect a TFT LCD at least 7" > > to the microcontroller by UART/SPI/I2C. I have to show only static > > graphic with touch operations. > > FTDI -> USB -> cheap android tablet. I've heard of software bit banged > VGA but really, that's sick.
Nothing sick about bit banging it - if you can. But it is far from being practical. The tablet solution is not exactly a "display", boots for ages etc. Not that I do not do it, only I use VNC (RFB) over the net, at 100MbpS works great (have used it at up to 1280x1024, 1920 x 1080 should still work fine). Dimiter ------------------------------------------------------ Dimiter Popoff, TGI http://www.tgi-sci.com ------------------------------------------------------ http://www.flickr.com/photos/didi_tgi/sets/72157600228621276/
On 10/25/2013 1:11 AM, Bool wrote:
> I'm looking for a low cost solution to connect a TFT LCD at least 7" to > the microcontroller by UART/SPI/I2C. I have to show only static graphic > with touch operations. FT800 chip looks nice, but unfortunately it only > supports a resolution up to 512x512, and 7" TFT has 800x480.
Have you already chosen a TFT display ? If not: http://www.ebay.com/itm/7-7-0-inch-TFT-LCD-module-Font-IC-800x480-SSD1963-arduino-DUE-MEGA2560-3-5-4-3/111008432389?rt=nc&_trksid=p2047675.m1851&_trkparms=aid%3D222002%26algo%3DSIC.FIT%26ao%3D1%26asc%3D261%26meid%3D2233647536679870082%26pid%3D100005%26prg%3D1088%26rk%3D3%26rkt%3D5%26sd%3D111005370687%26 Controller is a SSD1963, already soldered down with touch controller. hamilton
On Friday, October 25, 2013 5:05:17 AM UTC-7, dp wrote:
> On Friday, October 25, 2013 10:40:41 AM UTC+3, Paul Rubin wrote: > > > Bool <nospam@nospam.com> writes: > >
> > I'm looking for a low cost solution to connect a TFT LCD at least 7"
> > > to the microcontroller by UART/SPI/I2C. I have to show only static > > > graphic with touch operations. > > FTDI -> USB -> cheap android tablet. I've heard of software bit banged > > VGA but really, that's sick. >
> Nothing sick about bit banging it - if you can. But it is far from > being practical.
At the risk of being called the spelling police, i think he meant slick. ;-)