4-Digit 7-Segment Display for FPGAs
Module uses functionally reduced Version of I2C (no bus identifier number)
This "bit-banging solution" was developed by sniffing on example communication with an Arduino board with a Logic-Analyser, a pen and a piece of paper.
For the most recent version have a look at: https://opencores.org/projects/tm1637
Talk: Arduino Nano RTC Clock (TM1637 & DS1307)
-
Version: tm1637_standalone.vhd - Display of 2017 hard coded
-
Version: tm1637_external_connect.vhd - Connection to "outside world" implemented ... thanks go to Igor K. !!!
-
Version: TODO: Add missing ":" segment (see Example Arduino Code)