I was just wondering if there were any libraries for this lcd around or would i have to program in spi from scratch? And more importantly if this LCD is garbage or if it will work on the arduino... Thanks!
UPDATE: I have read through the datasheet and noticed it does indeed use the ssd1289 driver, is theere a library for this?
I have seen this too and got the library, i was under the impression that i needed the shield though, Do I need the shield to properly connect it to the arduino? I have the lcd just by itself without the shield already and if i were to buy the shield it would come with an lcd. I cant seem to find the board design for the shield to see which pins it uses on the 40 pin connector of the lcd module.
No, you don't need the shield, but using the shield will make things much easier. You could build a small breakout board for the lcd to sit in and interface with it that way. You could use double row headers and plug it into a breadboard.
The datasheet (p2) has the pin mappings you'll need to get this running, seems to need 34 IO lines, which is a lot, but if you're using ATMEGA1218-16 you should have around 54 IO lines to play with.