Hello everybody. Sorry for my bad English. I am using this ks0108 display with atmega1284 and openGLCD library. Basically the display is divided into two "pages". Or rather the cursor at (0,0) is located in the upper center, (63,0) in the upper right, (64,0) in the upper left. Does anyone know if it is possible to make the dot (0,0) top left by editing something in the library?
Your chip selects are backwards. Just swap the 2 chip select wires and it should work.
This is mentioned in the documentation under the "Troubleshooting" sections.
Run the included GLCDdiags sketch to verify that everything is working.
--- bill
This topic was automatically closed after 48 days. New replies are no longer allowed.