Jump to content
  • 0

Need example for seven segment display control for NEXYS 4 VHDL


JLDIJDYI

Question

3 answers to this question

Recommended Posts

Make sure you understand the problem first, as it can be daunting to begin with. It's really simple though, when everything is said and done. The datasheet will inform you on which segments light up to form a character, like a 3 or A for example. Now, all segments will display the same information, 3 or A or whatever, so it's up to you to turn on only the relevand digit position for that character, so you "sweep" over the display in very rapid succession.

For my project on the Basys 3 I split up every character to 4 bits (I wanted hexadecimal notation), made a decoder (simple case-statement list) to produce the specific bit combination depending on which number to display. Then a way to switch position to light up and what information to send to the decoder as a result.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...