LED Bargraph interface?

johndxmurphy

New Member
How do you interface with an LED Bargraph? I haven't seen examples of this. Also I don't know how to program to it. I would appreciate some simple code example(s) to get me started.
 

jmumby

Senior Member
Depending on how fast you need it to be I would use a latched shift register. This way you only use a few pins but can drive 8 or more leds. Make sure you use a latched one however otherwise it looks a bit lame.
 
Last edited:

Michael 2727

Senior Member
A PWM output will drive a LM3914 / LM3915 display driver.
There are many displays and display driver chips and they
all have different input and supply requirements.

You may have to supply some more details if you want a useful answer.
The more you can provide the less ping ponging before you get the answer you need.
 

BeanieBots

Moderator
Also a good idea to provide an indication of what signal you want to display.
Is it linear or logrithmic like a VU display?
 
Top