LCD/LED display solution problem

  • Thread starter Thread starter LaVic
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
LaVic
Messages
3
Reaction score
0
Hello,

I have a problem. I want to be able to display the numeric information contained in a stream of 16 binary coded decimal bits (in parallel) using either a LCD or LED display. Would you know of any drivers, displays or display modules that would allow me to do that ? Any feedback would be appreciated. Thank You.


Christoph:bugeye:
 
Engineering news on Phys.org
chroot said:
Use a binary to BCD converter, followed a 7-sement LCD driver. There are many such possibilities.

- Warren
Or you can buy a module like this one from Digikey, where the decoder and display are integrated together. Kinda' pricey, though.

http://rocky.digikey.com/scripts/ProductInfo.dll?Site=US&V=516&M=HDSP-0772
 
Last edited by a moderator:
Thank you all, for your responses. i will try to focus on finding an LCD display module that could take in 16 lines of binary info directly. The HDSP series seems to be very promising. How much do they cost ?
 
LaVic said:
Thank you all, for your responses. i will try to focus on finding an LCD display module that could take in 16 lines of binary info directly. The HDSP series seems to be very promising. How much do they cost ?
They're pretty expensive -- you pay a lot for the convenience of the integration. I think the one I posted a pointer to is north of $30 in singles.

I agree with NoTime and chroot -- you will learn a lot more building your own out of a decoder IC, a driver IC, and a display. You can probably build it for around $5, not including the cost of buying a reusable plug-breadboard for prototyping (which you should buy anyway, so you can easily prototype circuits as you learn). Like these from Digikey:

http://www.digikey.com/scripts/DkSearch/dksus.dll?Filter
 
Last edited by a moderator:
Recommend 7-segment

I think 16 bit BCD is just 4 digit of decimal numbers. Using LCD is waste of your money. I recommend the 7-segment. If you really want to known more on how to use lcd module, please see:

http://freewebs.com/80x51/articles/lcd.html
 
Last edited by a moderator: