Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

There are 7 messages in this thread.

You are currently looking at messages 0 to 7.

TFT driver - 13:19 06-05-08

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



Re: TFT driver - John McCabe - 05:30 07-05-08

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.


Re: TFT driver - 11:59 09-05-08

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

Re: TFT driver - John McCabe - 05:10 16-05-08

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


Re: TFT driver - John McCabe - 06:46 16-05-08

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


Re: TFT driver - 13:35 20-05-08

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

Re: TFT driver - John Devereux - 18:27 20-05-08

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