From: silusilusilu on
Hi,
do you know any low cost lcd tft driver? I'm thinking also in a
integrated solution (MCU with integrated lcd driver). What do you
think? I'm searching a low cost and low power solution...Any
suggestion?
Thanks
From: John McCabe on
On Tue, 6 May 2008 10:19:38 -0700 (PDT), silusilusilu(a)gmail.com wrote:

>Hi,
>do you know any low cost lcd tft driver? I'm thinking also in a
>integrated solution (MCU with integrated lcd driver). What do you
>think? I'm searching a low cost and low power solution...Any
>suggestion?

It would be useful to know what resolution you're looking for, and
whether colour or monochrome etc..

However about 4 years ago the team I was working in were using a Seiko
Epson S1D13705 (see:
http://vdc.epson.com/index.php?option=com_docman&task=cat_view&gid=83&Itemid=99)
on a handheld device that needed minimal power consumption, and very
low cost. It's not an integrated solution, but we used a TI
TMS320C6711 DSP to drive it and the porting of the HAL was relatively
simple, as was writing the code to drive it.

Hope this helps.