I just received my Arduino Mega and have got it connected to the ks0108 from my Monochron clock. Trying to run the ks0108 example sketch, it doesn't work... I added some serial debugging messages and it sometimes hangs during the "GLCD.Init(NON_INVERTED)" function, other times it gets passed the init function but hangs when trying to draw.
I have added the #define __AVR_ATmega1280__ to the top of the sketch to ensure the correct header file is used. I've followed the pin connections as described in the library page for the ks0108 library.
I've tried redoing the wiring a few times to ensure there were no mistakes, with the same non-result.
Finally I unhooked everything and wired the ks0108 up to my Arduino Deumilanova-compatible and tried that, and it worked immediately.
Has anyone tried using the ks0108 display with the Mega? Does anyone know if the library has been tested with a Mega?
Thanks!

