
This is a simple puzzle game where your goal is it to get the seven segment display to display all the numbers from 0-9. Flipping an input always toggles a corresponding segment and all neighboring segments.
Connect microswitches to i0 to i6 and connect the seven segment display to o0-o6 (the dot of the display isn't used if it has one)
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | TM | TM | |
| 1 | TR | TR | |
| 2 | BR | BR | |
| 3 | BM | BM | |
| 4 | BL | BL | |
| 5 | TL | TL | |
| 6 | MM | MM | |
| 7 |