Hi,
i need to display a waveform on a GLCD 128x64 (jhd12864e) by interfacing it with the arduino uno. It runs on the KS0108 controller. I am completely new to this. can someone help me with the code
Hi
I will repeat my answer and give some additional advice. But in principle, i think it would be more helpful to directly reply in an existing thread.
The answer was:
This display should be supported by
http://code.google.com/p/glcd-arduino/
and
http://code.google.com/p/u8glib/
The additional advice is:
- go to one of the web sites
- visit the documentation
- check if the documentation meets your requirements
- write a program, that uses one of these libs by calling primitives like "draw-line" to show the graph
Then we can help with the code, once you have started to write your app with the selected lib.
Oliver
Thanks Oliver! I figured out what to do.