128x64 Graphic LCD interface

Hi Everyone!

I am working on a project having 128x64 Graphic LCD module interface with Arduino Nano.
The LCD module from CrystalFonts CFAG12864 ( Neotec NT7107C GCLD controller) with EL back light did works great with the provided GLCD library. This GLCD module also works very well with Sparkfun serial GLCD library.

But, I have some other types of Chinese 128x64 GLCD modules (T6396C GCLD controller based) that I want to use with Arduino Nano or mini, so, I am looking for some help to get any GLCD library suitable for this type of GLCDs, because those GLCD modules have totally different interface pins as compared to standard GCLD modules supported by the standard GLCD library.

If anyone have worked on this, please share....

Thanks

M. Jawed

Hi

T6369? You probably mean T6963..

The T6963 is supported by u8glib, but displays with the T6963 usually need an external negative voltage. Also, the will not work with 3.3V logic, but need 5V instead.

The setup of a T6963 display has been discussed several times here in the forum. I think the last thread about this topic has been finished just some days back.

Oliver

Edit:
Link to the thread:
http://forum.arduino.cc/index.php?topic=259957.0