9 years, 10 months ago.

display

hi any one suggest me what kind of graphical display could be used for LPC1768 i have only the EMBED IC with me.....

1 Answer

9 years, 10 months ago.

With a custom PCB you can do pretty much every graphical LCD display, but with the mbed LPC1768 you don't want to use a parallel interface: SPI interfaces are easier. (Simply because you don't have 16 pins from the same port in a row to make a 16-bit bus).

So with that you can look at for example ebay, but also check here: https://mbed.org/components/cat/lcd/

Accepted Answer

THANKS ALOT!!!!

posted by Ashok K 02 Jun 2014

There is also option to use I2C. It is slower compare to SPI, but you will use usually just 2 pins (SDA and SCL) for communication.

posted by Michal Stehlik 02 Jun 2014