I have a WG12864D GLCD Screen (see one here
http://arduino.alhin.de/index.php?n=4) that uses the ra6963 chip. It's wired to my uno.
Using the libraries from the arduino playground "T6963 Library" and "T6963 Library with new Features" didn't bring any good results. (libs from
http://code.google.com/p/rbrsidedn1/ and
http://code.google.com/p/arduino-t6963c/)
I replaced the WProgram.h with Arduino.h in the libfiles for compiling it with my Arduino 1.0.2 IDE.
I have d0-d7 connected to the appropriate data pins
a0 is wr
a1 is rd
a2 is ce
a3 is c/d
v0 is on variable resistor between +5 and 0V, when I trigger the RESET the screen shows a black horizontal line, so I guess the contrast is good.
If I open the serial monitor, I get
TH: 0
GH: 168
This post is similar to an older post I found, that states the same problem, but had no solution until now:
http://arduino.cc/forum/index.php/topic,28508.0.htmlAll I can say is HALP

please help me with this problem. Thanks a lot in advance!