After googling for hours I see that the AdaFruit library has been modified for this driver chip but it seems from all the example code I've viewed they all use an 8-bit parallel interface.
So my questions are:
Has anyone setup the AdaFruit libraries for the LGDP4535 to run on a 16-bit interface?
Does anyone have the same setup and working that can provide details?
Can this somehow be plugged directly into the Mega digital pins 22-53.
I've attached the pin-out picture. From what I can tell the Mega-2560 header doesn't quite have enough D-I/O pins on this header for all the pins on the TFT; Seems short by exactly 1-row (2-pins). I was thinking since the top/bottom row of the Mega-2560 are 5Vdc or GND depending on which end. Perhaps 'CS'/'RS' or 'T_CS'/'CLK' could be tied directly however from what I can gather 'RS' is equivalent to 'LCD_DC' which is heavily used/switched so it cannot be tied directly to GND like I'm figuring 'CS' could be. I'm not sure what 'T_CS' and 'CLK' are for short of guessing Transmissive Touch Clock?? Any ideas?
Worst comes to worst; I'm thinking of just heating and pushing 2-pins of the TFT header up through the PCB and adding 2-jumper wires to other parts of the Mega-2560. Has anyone tried powering one of these using D-I/O pins?
Attached is the pin-out picture of the TFT. Any help would be greatly appreciated.
Awe yes.. So many thanks for that substantially important information. I was actually un-aware that these TFT displays even had adapter shields to be put on Arduino :). I've even double checked the datasheet on the LGDP4535 and indeed it does seem to show that 5Vdc signalling is not allowed.
Looks like the 2-most popular code/library bases are
AdaFruit-TFTLCD
UTFT Library
Found Common Models on the internet for shields as being TFT01 and ITDB02
BUT; There appears to be a major problem here.
The pin-out of the TFT01 and ITDB02 are different than the one I'd purchased.
I suppose I could wire them correctly with jumper wires but wonder if their exists a shield for the pin-out in the original posting picture anywhere?
It sounds like this SSD1289 can run at 5Vdc signalling. I have yet to find a shield with the correct pin-out though and assuming the LGDP4535 cannot run at 5Vdc I'm still stuck short of buying a shield and hand-wiring.