Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: Mato17 on April 25, 2010, 04:35:53 AM
-
Hi,
can someone send me some link,where is some tutorial about controlling LED modules?
I wan to give my robot display, but i haven't found anything useful, yet.
If it helps I plan use this module:
http://sos.sk/a_info/resource/d/bc1602a.pdf (http://sos.sk/a_info/resource/d/bc1602a.pdf)
Thanks
-
Try Peter Fleury's LCD library at: http://homepage.hispeed.ch/peterfleury/avr-software.html (http://homepage.hispeed.ch/peterfleury/avr-software.html).
-
Does anybody have information on how to control it WITHOUT using libraries?
I guess I could look through the library... eh.. :-\
-
Why do you not want to use libraries? Without them, the code will get real messy.
-
Eh... I like to see how things work. That's all. I'm not necessarily going to NOT use libraries, I'd just like to be able to control them without libraries if I wanted.
-
Yea, I agree with corrado33, i want to know how to control them without libraries,pre-writed codes etc....
-
How about this?
http://winavr.scienceprog.com/example-avr-projects/avr-lcd-menu-routine.html (http://winavr.scienceprog.com/example-avr-projects/avr-lcd-menu-routine.html)
-
I found one iteresting :
http://www.codeproject.com/KB/cs/cspplcds.aspx (http://www.codeproject.com/KB/cs/cspplcds.aspx)
If you know something similar, please put it here :)
thanks