
When the input switches are pressed, a part of the 7 segment display lights up. In this project, only the input switches 5-8 display an output since an AND gate is used.
The project can be tested by switching the input switches on and off.
Seven segment display
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input 1 | out 0 | |
| 1 | input 2 | ||
| 2 | input 3 | ||
| 3 | input 4 | ||
| 4 | input5 | out 4 | |
| 5 | input 6 | out 5 | |
| 6 | input 7 | out 6 | |
| 7 | input 8 | out 7 |