There are 7 messages in this thread.
You are currently looking at messages 0 to 7.
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
On Tue, 6 May 2008 10:19:38 -0700 (PDT), s...@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.
On 7 Mag, 11:30, John McCabe <j...@nospam.assen.demon.co.uk> wrote: > 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...) > 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. Thanks for the infos...I should use a colour 320x240 display....Do you think is it possible to use an 8bit microprocessor with S1D13705 for this display or it is impossible? Thanks in advance
On Fri, 9 May 2008 08:59:16 -0700 (PDT), s...@gmail.com wrote: >On 7 Mag, 11:30, John McCabe <j...@nospam.assen.demon.co.uk> wrote: >> 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...) >> 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. > >Thanks for the infos...I should use a colour 320x240 display....Do you >think is it possible to use an 8bit microprocessor with S1D13705 for >this display or it is impossible? Yes, it is possible. There's an application note on how to do it here: http://vdc.epson.com/index.php?option=com_docman&task=cat_view&gid=244&Itemid=99
On Fri, 9 May 2008 08:59:16 -0700 (PDT), s...@gmail.com wrote: >On 7 Mag, 11:30, John McCabe <j...@nospam.assen.demon.co.uk> wrote: >> 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...) >> 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. > >Thanks for the infos...I should use a colour 320x240 display....Do you >think is it possible to use an 8bit microprocessor with S1D13705 for >this display or it is impossible? Yes, it is possible. There's an application note on how to do it here: http://vdc.epson.com/index.php?option=com_docman&task=cat_view&gid=244&Itemid=99
Thanks for the help... do you kow if there is an arm7 with the tft controller integrated?I've found only arm9 with integrated tft and nothing with arm7...So, i'm undecided between your solution and an arm7 integrated solution (that i haven't found)... thanks
s...@gmail.com writes: > Thanks for the help... > do you kow if there is an arm7 with the tft controller integrated?I've > found only arm9 with integrated tft and nothing with arm7...So, i'm > undecided between your solution and an arm7 integrated solution (that > i haven't found)... > thanks NXP do the LH79520 (or LH79524 or LH79525). You will need external flash, and probably external RAM too. -- John Devereux