
This converts a binary input into hexadecimal, and uses that output to control the seven-segment LCD
Connect each input to a switch, and the outputs to the seven-segment display. Cycle through different binary numbers from 0-9 and check the corresponding output.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input e | LCD 0 | |
| 1 | input d | LCD 1 | |
| 2 | input c | LCD 2 | |
| 3 | input b | LCD 3 | |
| 4 | input a | LCD 4 | |
| 5 | LCD 5 | ||
| 6 | LCD 6 | ||
| 7 | LCD 7 |