
2-bit 7 segment driver. It converts a 2-bit binary (0-3) to 7-segment display pin outputs.
Inputs 0 and 1 correspond to input bits 0 and 1. Output pins connect to 7-segment display:
0: a 1: b 2: c 3: d 4: e 5: f 6: g 7: dp
Drive it with whatever you want.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | in0 | out0 | |
| 1 | out1 | ||
| 2 | out2 | ||
| 3 | out3 | ||
| 4 | out4 | ||
| 5 | out5 | ||
| 6 | out6 | ||
| 7 | in7 | out7 |