The LCD library included with the Arduino is for character LCDs (HD44780 based); what you have is a graphical LCD. Furthermore, it doesn't use what is akin to the "standard" graphical LCD chipset, the KS0108 (which a lot of GLCDs use).
We could help you more if you posted some clear images of the chipset on your LCD (if visible), so we know what we are looking for, etc; the link you gave was kinda ambiguous on details about the chipset, saying "This item is a 122x32 graphic LCD screen based on NJU6450 or similar driving chips." - the words "similar driving chips" is what worries me; so I have to base the following on the "NJU6450"...
Let's see...
You might try to contact this guy - he's got a similar display working with an ATMega32:
You can also find the datasheet for the NJU6450 chipset here:
http://www.datasheetarchive.com/pdf-datasheets/Datasheets-22/DSA-439654.htmlBetween that datasheet (and I am basing that it is using the NJU6450 chipset on the description at the link you provided) and the details in your link - there should be enough information there for you to hook it up, and write your own driver; provided that is the actual chipset (or a clone of the chipset) your GLCD is using, of course...
There's also this - which you may be able to use/convert:
http://en.radzio.dxp.pl/sed1520/See also:
http://bitmap2lcd.vosforums.com/c-library-software-driver-for-lcd-controller-t16.htmlApparently that library support the KS0108 as well...
You may also find something here, in the "Graphic LCD" section (I looked at it quickly - I didn't see anything, but then I don't have the actual LCD in hand):
http://www.arduino.cc/playground/Code/LCDI hope this helps - good luck, and if you get something working, post it in the playground for others!
