C
Chippa
Guest
I want to drive a 7 segment LED display. I am currently designing the Binary
to Hex decoder out of AND, OR and NOT gates with the aid of K-maps and truth
tables. My Question - The display operates with an active low input (low to
the anode I assume). I have designed my truth table so that 1's appear on
the segments I want to keep off, and 0's appear on the segments I want to
turn on for each input combination. What I want to know is if the active low
means it must be "driven" low?? In other words, should I be driving them low
with a NOR gate. With my current design, I just have OR gates going to the
Anodes which just wont give a high output to whichever segments I want to
TURN ON. Is this ok to do? Or does the NOR gate need to be there instead to
sink current in the reverse state? Basically when no input is being supplied
(push buttons give logic high) the seven different OR gates to each segment
will be giving a high output for DISPLAY of zero (except OR gate to seg 'g'
of course).. Shall I continue my design, or implement NOR gates instead?
Cheers
Chippa
to Hex decoder out of AND, OR and NOT gates with the aid of K-maps and truth
tables. My Question - The display operates with an active low input (low to
the anode I assume). I have designed my truth table so that 1's appear on
the segments I want to keep off, and 0's appear on the segments I want to
turn on for each input combination. What I want to know is if the active low
means it must be "driven" low?? In other words, should I be driving them low
with a NOR gate. With my current design, I just have OR gates going to the
Anodes which just wont give a high output to whichever segments I want to
TURN ON. Is this ok to do? Or does the NOR gate need to be there instead to
sink current in the reverse state? Basically when no input is being supplied
(push buttons give logic high) the seven different OR gates to each segment
will be giving a high output for DISPLAY of zero (except OR gate to seg 'g'
of course).. Shall I continue my design, or implement NOR gates instead?
Cheers
Chippa