101 BCD to Hex 7-Segment Decoder

101 : BCD to Hex 7-Segment Decoder

Select Project123456789ONSW2
  • Author: JinGen Lim
  • Description: Converts a 4-bit BCD input into a hexadecimal 7-segment display output
  • GitHub repository
  • Clock: 0 Hz

How it works

The IC accepts four binary-coded decimal input signals, and generates a corresponding hexadecimal 7-segment output signal. Segment outputs may be inverted with the INVERT pin to support both common cathode/anode displays.

How to test

Connect the segment outputs to a 7-segment display. Configure the input (IN0:0, IN1:2, IN2:4, IN3:8). The input value will be shown on the 7-segment display

External hardware

7-segment display

IO

#InputOutput
0input 1 (BCD 1)segment a
1input 2 (BCD 2)segment b
2input 3 (BCD 4)segment c
3input 4 (BCD 8)segment d
4decimal dot (passthrough)segment e
5output invertsegment f
6segment g
7segment dot