LCD TFT Display

Hello,

I have one question. How can I wire this display to Arduino (Mega 2560)?

I want to make image/text viewer, which will be the thinnest as is possible.

Thank you for your answer.
//Qubic

I have one question. How can I wire this display to Arduino (Mega 2560)?

  1. Find the datasheet for the display
  2. Find the datasheet for the cisplay controller
  3. Design a PCB with the required glue logic to connect the display and its controller to the Mega

Have a look here: http://arduino.cc/en/Main/GTFT. The Arduino GTFT probably has the same display. It is more costly, but it includes the PCB.

Oliver