seven segment decoder

I think it is nice to have the 7-seg to go
0 1 2 3 4 5 6 7 8 9 A b C d E F
to get full hex readings on the output.

Add some additional logic to the schematic from EM Fields...
 

EM Fields

Joined Jun 8, 2016
583
I think it is nice to have the 7-seg to go
0 1 2 3 4 5 6 7 8 9 A b C d E F
to get full hex readings on the output.

Add some additional logic to the schematic from EM Fields...
With no optimization:
Hex to 7-segment decoder.png 7-segment map.png
Oops... "7" is missing SEGF. I'll fix it when I get a chance.

Drawings fixed; see post #10.
 
Last edited:
It is always a good exercise in keeping a schematic neat and orderly! Especially for the beginner who almost never manage one that is this easy to read until their second or third try.
 

EM Fields

Joined Jun 8, 2016
583
In addition to 7, you seem to have the wrong number of segments on in 4, 8, b, E, and F. Also seem to have the segments mislabeled; 'a' is on top, as shown in post #2.
Yup, good catch, thanks.
Here are the corrected drawings:
Hex to 7-segment decoder.png
Hex to 7-segment map.png
 
Last edited:
Top