Interfacing JHD12864E to Arduino is a simple task. Interfacing Circuit is as shown below. Pin numbers given on the right side is the Arduino pins and the pin numbers given on the left side is the GLCD pins.
Pin numbers of JHD12864E GLCD is as shown in the figure given below.
Pin numbers of Arduino Uno is as shown in the figure given below.
After completing the circuit, download the latest version of GLCD library from http://code.google.com/p/glcd-arduino/downloads/detail?name=glcd-v3-20111205.zip. Downloaded file will be a zip file. Extract the file. Now we will get a GLCD folder. Put this GLCD folder in your arduino libraries folder. Now your libraries folder will be as shown below.
1. Now run your Arduino IDE. Connect Arduino Board to your computer.
2. Open HelloWorld.pde from /arduino-1.0.5/libraries/glcd/examples/HelloWorld/ in a text editor. Copy the code in HelloWorld.pde to Arduino IDE.
3. Now compile and upload the code. HelloWorld will be displayed in the GLCD.
i try this library of 'hello world' but error came on compliling....what to do??
ReplyDeleteThis may be due to your arduino version. Your arduino version may not support GLCD library.
Deletei'm using all the stuff that you given above in this tutorial and made connection according to that by using arduino uno.
ReplyDeletei have followed all the step mention above but still there is no message displayed in jhd12864e plz help i am using arduino uno 1.0.5 version
ReplyDeleteAny time I try compiling the code I am getting an error.
ReplyDeleteIt states "error compiling to board.
I think the problem is that this code was done for the "PROCESSING IDE" and not "ARDUINO".
I have been looking at the code and I think there may be some differences between the two IDE's
Please check this out
I forgot to mention that I am using Arduino IDE version 1.6.9.
DeleteQuiero saber por que tomo un ejemplo de diferente a hello word y no lo hace;
ReplyDeletethose who are getting error in compiling open all the .h files in fonts folder and make the variable static const uint8_t XXXXX[] PROGMEM = {
ReplyDeletenote const after static is to be added.
How to make to glow all pixcels once,can it be done by connecting 19&20to 5v battery.
ReplyDeleteI even face the same compilation issue but after making it const got resolved!
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteĐại lý vé máy bay Aivivu, tham khảo:
ReplyDeletesăn vé máy bay giá rẻ đi Mỹ
có vé máy bay từ mỹ về việt nam chưa
thông tin chuyến bay từ canada về việt nam
ve may bay vietnam airline tu han quoc ve viet nam
This comment has been removed by the author.
ReplyDeleteGreat job for publishing such a nice article. Your article isn’t only useful but it is additionally really informative. Thank you because you have been willing to share information with us.
ReplyDeleteInvention Of Mobile Phone
C:\Program Files (x86)\Arduino\libraries\glcd/glcd.h:40:10: fatal error: include/gText.h: No such file or directory getting this error in all sample programs
ReplyDelete