TFT displays
Since the propeller can not control a decent TFT display is there a interface IC that I can use.
I don't want to use a 4D or any other company that has made a all in one unit. I want to learn this and make my own board.
This is the type of display i wish to use
www.optrex.com/products/partdetail.asp?PartNumber=T-55149GD030J-MLW-AJN
I don't want to use a 4D or any other company that has made a all in one unit. I want to learn this and make my own board.
This is the type of display i wish to use
www.optrex.com/products/partdetail.asp?PartNumber=T-55149GD030J-MLW-AJN
Comments
I don't see any obvious reason that it can control it. The prop doesn't have enough memory to buffer the display but if you want to use the graphics ram built into the chip you don't need to buffer the display.
Check out some of Timothy Sweiters LCDs. They aren't that expensive and there is code to back them up.
Rick
1 - With the prop only:
CGA (320x200) 2 color would require 2000 longs of ram and 3.84 million pixels per second. It is just barely possible, but anything beyond that requires external ram.
2 - Prop with external ram:
Resolution is limited by the speed at which the prop can increment and output the pixel address. Colors are only limited by ram width. QVGA (320x240) requires 4.608 million pixels per second and should be possible with one cog. VGA (640x480) 18.432Mp/s may be possible with multiple cogs.
An alternative may be to combine the current high resolution text driver technique with the external ram which could get us as high as XGA (1024x768)
3 - Prop using PLL with external ram and horizontal pixel counter:
The pll can go up to 128 MHz, which would get us to HD1080 (1920x1080). This requires 124.416Mp/s which means high speed video memory and pixel counter.
The major problem with methods 2 and 3 would be updating the graphics image in memory. This may be more difficult than generating the video. Ultimately I think the prop is simply not well suited to this, and needs an external graphics processor to make use of the higher resolution displays.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com