Nexys2 board 7 segment display

Thread Starter

vivek20055

Joined Nov 4, 2012
88
HI,

Can anyone please give me the link where I can find an example of using 7 segment display of nexys2 board

Regards
Vievk Alaparthi
 

takao21203

Joined Apr 28, 2012
3,702
You should use a small controller to offload the decoding + refresh, with a serial interface (synchronous is easy).

Simply connect 1:1 to a PIC 16F, and use 3V, no extra components required. Some even have a hardware serial port.

Wiring them each time + create decoding tables is large effort and takes considerable time.

Once you have modules, you can simply deploy them, connect 3 wires, ready to use.
 
Top