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.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
newbie question HD44780 or equivalent
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Posts: 48
- Joined: December 18th, 2005, 5:50 am
-
- Hardware Genie - Plugin Author
- Posts: 374
- Joined: February 16th, 2005, 10:24 pm
- Location: Michigan
-
- Hardware Genie - Plugin Author
- Posts: 374
- Joined: February 16th, 2005, 10:24 pm
- Location: Michigan
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
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
-
- Plugin Author
- Posts: 192
- Joined: January 18th, 2006, 11:09 pm
- Location: Saskatoon, Saskatchewan, Canada
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.
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.
