Is the JHD12864E compatible with an Arduino board

arduinolcd

I am using a KS0108 compatible graphic LCD (JHD12864E) and I want to connect it to my Arduino Leonardo board to display some text. I searched using Google and also in the Arduino forum but I didn’t get much information. The examples I found were for a 16*2 LCD. Please suggest connections and a basic program for an Arduino board.

Best Answer

There is a link for Mega2560. Check this link below which has the schematic and sample program. Arduino Leonardo board is not supported since it has less memory space.

http://playground.arduino.cc/Code/GLCDks0108

Also a google projects page

http://code.google.com/p/glcd-arduino/