6 years, 2 months ago.

How to interface TFT DISPLAY with LPC 1768?

I'm a newbie to LPC1768 evalution board which is based on cortex m3. I'm trying to interface TFT display but facing difficulties, please help me with this . Thankyou.

1 Answer

6 years, 1 month ago.

The first things you need are to know what type of controller your display has (i.e., ILI9421, SSD1306, H44780, etc.).

Once you know that, you need to search the mbed site - or the Internet in general - and try to find sample source code and driver/s for that controller.

Figure out how to physically connect your display to your LPC1768, and adapt the connections in your code to suit how you wired your board up.

Then write or copy a short trial program, compile, and load.