Which interface you've tried? Usually they are (as default) for parallel interface.. You can check it by reading datasheet's paragraph 4.5 on page 10 and verify the jumper settings from the back side of your display.. I've played with SPI-interface, if you'll decide to modify jumpers for serial instead..
Which example code you've tried ? (code)(/code)
How are your electrical connections made of ?
There are two attachments:
ER-TFTM043-3 Datasheet
Datasheet for 5" similar TFT, where you can find difference of the connections between interfaces
The problem was that the SPI pins given by the display manufacturer do not match the MEGA2560 PCB.
I probed around with my scope to see which pins were used by the example software - clock example.
The SPI pins are 50,51 and 52 on the MEGA2560 PCB.
I now have to look at the circuit layout to see which processor pins they are.