3.2'' TFT LCD with SD card/Touch Panel pins connections

Hi,

I have the Arduino Mega 256 board. I've bought this display: http://www.befr.ebay.be/itm/180740485014?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649

The reference document says:

Connect the pins to Arduino first:
DB0-DB16 to pin D0-D13, pin A0-A1 of Arduino
RESET to A2
CS to A3
WR to A4
RS to A5
All the data pins of Arduino is used ….So, we just can connect the RD to 3.3V ….We don’t used it because we don’t need to read back the data from the screen.
Connect the power pins: LCD-A to 3.3V, VCC to 5V , GND to GND

I don't understand well "DB0-DB16 to pin D0-D13, pin A0-A1 of Arduino". How must I connect the display board pins to Arduino board? Can anybody send the complete list of pin connections used?

Thanks.

That is the complete list but it seems to have a typo, should be "DB0-DB15 to pin D0-D13, pin A0-A1 of Arduino" I think.

Put another way

DB0 -> D0
DB1 -> D1
etc
etc
DB14 -> A0
DB15 -> A1


Rob