Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: spizzak on July 13, 2009, 10:13:04 AM

Title: LCD Questions
Post by: spizzak on July 13, 2009, 10:13:04 AM
Hey everyone, I'd like to do some experimenting with some LCD displays. Could anyone suggest a good one (easy to use, and inexpensive) that I can start with. (I'd like to control it with the ATmega8)

Thanks!
Title: Re: LCD Questions
Post by: kpmcgurk on July 13, 2009, 10:22:53 AM
I would go for one of SparkFun's serLCD's... although it will use up one of your uarts, but if that isnt a problem, it saves on all the I/O pins you would be using otherwise ;)
Title: Re: LCD Questions
Post by: GearMotion on July 13, 2009, 10:37:57 AM

1 line, 24 character LCD for $1.85

http://www.allelectronics.com/make-a-store/item/LCD-111/24-X-1-LCD/-/1.html (http://www.allelectronics.com/make-a-store/item/LCD-111/24-X-1-LCD/-/1.html)

The pin spacing is a bit close - it doesn't plug into a solderless breadboard. But otherwise these are great little character-based LCD displays.
Title: Re: LCD Questions
Post by: spizzak on July 13, 2009, 10:39:40 AM
How do I know which ones serial? Can someone post a link?
Title: Re: LCD Questions
Post by: kpmcgurk on July 13, 2009, 10:59:43 AM
http://www.sparkfun.com/commerce/advanced_search_result.php?keywords=serLCD&x=0&y=0&search_section=products (http://www.sparkfun.com/commerce/advanced_search_result.php?keywords=serLCD&x=0&y=0&search_section=products)
Title: Re: LCD Questions
Post by: radhoo on July 13, 2009, 02:42:59 PM
I;ve put some details on MCU - LCD here:

http://www.pocketmagic.net/?p=447 (http://www.pocketmagic.net/?p=447)

Also there's my library for outputting chars, with source code.
Title: Re: LCD Questions
Post by: Razor Concepts on July 13, 2009, 04:16:52 PM
The sparkfun serial LCDs won't need any tinkering, all you do is rprintf to them and they just work. If you want to experiment a bit get a standard HD44780 driver-based LCD. Those are the most common types used in hobbiests, and there are plenty of libraries to use.