An open API service indexing awesome lists of open source software.

https://github.com/aashish1-1-1/substitutionboard

BCD to 7 Segment display football substitution board
https://github.com/aashish1-1-1/substitutionboard

bcd binary digital-electronics

Last synced: over 1 year ago
JSON representation

BCD to 7 Segment display football substitution board

Awesome Lists containing this project

README

          

## BCD to 7 segment display Football substitution board
A project to replicate football substitution board using html,css and vanella js

## How does it works?
It takes the input of outgoing player and incoming player convert it to Binary ,then the binary value is converted to the 7 segment display using 7 segment decoder algebra.The html class of the 7 segment is updated according to the value of abcdefg

![decoder](https://github.com/Aashish1-1-1/Miniproject-EEEG-/blob/main/images/7segdec.png)
![display](https://github.com/Aashish1-1-1/Miniproject-EEEG-/blob/main/images/7seg.png)