Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

newbie question HD44780 or equivalent

Discussion about LCD's and other related hardware

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792

Post Reply
johnmacd
Posts: 26
Joined: March 6th, 2006, 3:08 am

newbie question HD44780 or equivalent

Post by johnmacd »

Sorry for the real newbie question. But I think I have a simple question. I think if I want to do this project, all I need is is a HD44780 or equivalent
LCD??? Well, not all I need, but that's the main component.

I would like to spend a small amount of money on this in the beginning, and then maybe later get a better LCD. Based on another user's post I ran into this ebay auction: http://cgi.ebay.com/HD44780-New-20x4-LC ... dZViewItem
Is this good enough?

I was thinking about getting a project box from RadioShack to mount this in and have it as an external LCD screen. Am I on the right track?

Sorry for the newbie question.

jonny
Posts: 48
Joined: December 18th, 2005, 5:50 am

Post by jonny »

I have two of that exact same lcd, bought from the same supplier, so yes, you are on the right track.

My suggestion is to focus on the wiring, not neccesarily on what it will look like. If you can figure out the connections, and get the lcd working, you have done 90% of the work.

_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

That seller has been very good to me. Make sure you do not mix up the power wires, it will wreck the lcd. There are several schematics on here for parallel port use, or you can do a serial lcd using a microcontroller.

J

johnmacd
Posts: 26
Joined: March 6th, 2006, 3:08 am

Post by johnmacd »

Thank yoou both for the quick answers.
Is there any advantage over using serial over parallel? I'll look around to find out what microcontroller is used for serial.

_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Check out more in this forum. There is a PIC version and ATMEL version.

Advantages? For one I would say reliability. You will find that some people have been using parallel for years with no problems. I personally have lost a few LCDs just to normal use on a parallel port. This is the reason that crystal fontz does not encourage it. Two, most computers usually have 2 com ports where as only one parallel port. Three, most serial LCDs have buttons and GPO ports and control both backlight and Contrast. I have not seen a schematic for both for parallel (I could be wrong).

J

johnmacd
Posts: 26
Joined: March 6th, 2006, 3:08 am

Post by johnmacd »

Thanks again for the quick reply. I'm gonna try the parallel just to get it running, then I will try the serial.

ReverseEngineered
Plugin Author
Posts: 192
Joined: January 18th, 2006, 11:09 pm
Location: Saskatoon, Saskatchewan, Canada

Post by ReverseEngineered »

Yes, the parallel port is definitely limited in its abilities. It was made for printers, and since then many other things have been used on them. While most are current-limited (to prevent destroying things), not all are. Also, many computers tend to send a large voltage to all of the pins on the port when they first turn on (they shouldn't, but they do). This can immediately fry anything that is hooked up to what it considers to be an "input" pin.

The advantage to parallel is that you don't have to use external hardware (line level converters and microcontrollers) to hook the LCD up. The disadvantages are numerous: more difficult to write programs for, slower, non-standard (there are four different "types" of parallel ports, from a programmer's perspective), and a lot more wires to deal with. It's usually worth the trouble to hook up a microcontroller and use serial.

In the near future I plan on not only releasing schematics and circuit board layouts for a serial adapter, but also selling (at a reasonable cost) ready made boards. Perhaps this could be a good way for Smartie to make some money off of an otherwise "free" program. :wink:

Post Reply