For the past few days I have been trying to find all the information regarding two Graphic LCD one being PG-192128LRF and the other one being JHD12864E.
Initially it was very difficult to get libraries but I found them on the Arduino website. when I downloaded them they did not work even the Examples won't compile.
The libraries that I tried were
glcd
openGLCD(v0.9.1a and 1.0rc2)
GLCD_V3_beta
ks0108
The Error that occured maximum number of times was 'GLCD was not declared in this scope' followed by 'SelectFont was not declared in this scope'
It would be great if anyone could help me out with this
Thanks for your quick reply. I am using Arduino UNO R3 with Arduino IDE 1.0.6.
Sorry I am unable to provide a picture of my circuit as I have used female-male connectors which are directly connected to the arduino making it almost impossible to understand.
I connected the GLCD to the arduino as mentioned in the libraries i.e.
And as for the sketch I haven't written any as yet because I could not get the libraries to work. Still i have attached a simple code which I could not execute.
Hi,
You might be better to update your IDE to say 1.5.5 which will probably work better with the library.
Post the sketch that gave you the errors you are talking about, but update your IDE first.
As mentioned in your previous post I have updated my IDE to Arduino 1.5.5 and tried to program the GLCD but this time only two out of the six libraries are working and even with those two libraries the LCD is not displaying the basic examples given in the libraries.
Although I have attached the sketch to the my previous post, I am attaching the sketch again please help me out.