Serial 4 digit, 7-segment LED display
Hugh
Posts: 362
Has anyone played with one of these four-digit, seven-segment LED displays with TTL / SPI / I²C interfaces? If so, do you know of any code with which I could test mine?
It should be really simple but I am not sure mine is actually working as it should ("a bad workman blames his tools").
Thanks
Hugh
It should be really simple but I am not sure mine is actually working as it should ("a bad workman blames his tools").
Thanks
Hugh
Comments
Are you talking about the ones from Sparkfun? A link to the item would help.
Here is some test code I used with some older Sparkfun models
I'd intended to set the picture so it was possible to 'click through' to the spec but must have sponged that up also.
Cheers
Hugh
Actually cutting and pasting the code screwed up the FDS settings - it should read
Seg7.start(TX_PIN, TX_PIN, %1000, BAUD) ' ignore tx echo on rx
Here is a video I did using a Basic Stamp
It works ver well - thanks!