GLCD library version 3 (end of life - no longer supported)

Just got one of my LCD's working using the latest GLCD
Thank you very much.

It is the following display:

SED1520 compatible chips in it, so changed glcd.h to include the Modvk5121_Manual_Config.h config.
Had to modify the Modvk5121_Manual_Config.h file as m display is 122x32 rather than 120x32 which was default. It just made a gap between the two sides, and one on the end.

Works great running the GLCDdiags sketch. Very valuable sketch as I had it wired wrong to start with, and the Serial printout the sketch gave detailing the pins showed me I had 4 wires in the wrong order.
Was brilliant.

GLCDdiags stated:
K Setdot/s: 18.27

Running this on standard Arduino Duemilanove.
I hope to incorporate 2 of these displays on a 644P or 1284P for my project. I posted in the topic regarding 2 displays. (How to control 2 graphic LCDs with one Arduino - #33 by WanaGo - Displays - Arduino Forum)
Hopefully the library will work ok for the 1284P, running the core from Mark S.
Time will tell.

Thanks again
James