Hello all ! I made a little software for my GLCD RG12864A and it work well in ISIS Proteus(I used a similar display in simulator : AMPIRE 128x64) . I'm not sure why LCD is not working ...
MCU : Mega32
Pin config :
1. Vss -> GND
2. Vdd -> +5
3. V0 -> POT.
4. D/I -> PORTD , PIN 2
5. RW -> PORTD , PIN 7
6. E -> PORTD , PIN5
7. D0 ... 14. D7 -> PORTC , PIN 0 ... PIN 7
15. CS1 -> PORTD , PIN 3
16. CS2 -> PORTD , PIN 4
17. RESET -> +5
18. Vout - Not connected
P.S. : JTAGEN fuse is disabled .