Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: Mato17 on April 25, 2010, 04:35:53 AM

Title: LED Module
Post 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
Title: Re: LED Module
Post by: tim_wang on April 25, 2010, 08:12:30 AM
Try Peter Fleury's LCD library at: http://homepage.hispeed.ch/peterfleury/avr-software.html (http://homepage.hispeed.ch/peterfleury/avr-software.html).
Title: Re: LED Module
Post by: corrado33 on April 25, 2010, 08:24:43 AM
Does anybody have information on how to control it WITHOUT using libraries?

I guess I could look through the library... eh.. :-\
Title: Re: LED Module
Post by: Razor Concepts on April 25, 2010, 08:55:08 AM
Why do you not want to use libraries? Without them, the code will get real messy.
Title: Re: LED Module
Post by: corrado33 on April 25, 2010, 08:58:27 AM
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.
Title: Re: LED Module
Post by: Mato17 on April 25, 2010, 09:34:24 AM
Yea, I agree with corrado33, i want to know how to control them without libraries,pre-writed codes etc....
Title: Re: LED Module
Post by: tim_wang on April 25, 2010, 10:01:14 AM
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)
Title: Re: LED Module
Post by: Mato17 on April 26, 2010, 01:55:49 PM
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