Blogroll

Powered by Blogger.

Tuesday 18 March 2014

How to Interface Graphic LCD to Arduino Uno and ATmega328 ?

by realfinetime  |  in Microcontroller at  20:30


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.

26 comments:

  1. i try this library of 'hello world' but error came on compliling....what to do??

    ReplyDelete
    Replies
    1. This may be due to your arduino version. Your arduino version may not support GLCD library.

      Delete
  2. i'm using all the stuff that you given above in this tutorial and made connection according to that by using arduino uno.

    ReplyDelete
  3. i 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

    ReplyDelete
  4. Any time I try compiling the code I am getting an error.
    It 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

    ReplyDelete
    Replies
    1. I forgot to mention that I am using Arduino IDE version 1.6.9.

      Delete
  5. Quiero saber por que tomo un ejemplo de diferente a hello word y no lo hace;

    ReplyDelete
  6. those who are getting error in compiling open all the .h files in fonts folder and make the variable static const uint8_t XXXXX[] PROGMEM = {
    note const after static is to be added.

    ReplyDelete
  7. How to make to glow all pixcels once,can it be done by connecting 19&20to 5v battery.

    ReplyDelete
  8. I even face the same compilation issue but after making it const got resolved!

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete
  10. This comment has been removed by the author.

    ReplyDelete
  11. Great 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.
    Invention Of Mobile Phone

    ReplyDelete
  12. 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

IMPORTANT NOTICE

All the circuits, published in this blog is only after testing and getting proper results in my private lab. When you try these circuits, you should check the supply voltage, polarity of components, presence of childrens nearby and shorts in the circuits. This website will not be responsible for any harm happened to you or your components caused by your carelessness.

For More Electronic Tips



Proudly Powered by Blogger.