16-Segment LEDs Sticks on eBay
tomcrawford
Posts: 1,126
There are some 16-segment 4-character monochrome displays that have recently showed up on eBay. They come in various colors. You can have a look by searching "16-segment LED".
Here is a demo of a font I made. The left two characters are the ascii character; the right two characters are the ascii code.
http://youtu.be/oyiSs0KbOmQ
Of course, the segment decoding is different from anything else in the world. I did most of the characters except a few that I just couldn't stand.
There is a problem with the v4 data sheet; the pinouts for data and clock are swapped.
The segment diagram in the v4 dat sheet is right side up when the connector is on the bottom. That is sort of good because it means the character you send first is on the left.
Here is a demo of a font I made. The left two characters are the ascii character; the right two characters are the ascii code.
http://youtu.be/oyiSs0KbOmQ
Of course, the segment decoding is different from anything else in the world. I did most of the characters except a few that I just couldn't stand.
There is a problem with the v4 data sheet; the pinouts for data and clock are swapped.
The segment diagram in the v4 dat sheet is right side up when the connector is on the bottom. That is sort of good because it means the character you send first is on the left.
Comments
Are the displays the ones that are coming up on ebay at about $32?
Just as an aside, video's of these led displays make them look kind of blurry - they look so much sharper in real life.
These are based on the Texas Instruments TLC5926, a 16-bit shift register with programmable constant-current outputs. They use one per character.
The MX6955 looks like a very nice chip, driving up to eight 16-segment characters and including a key-pad scanner. I'm a little surprised not to find anything based on it on eBay.
http://www.ebay.de/itm/8-bit-Segment-Module-Tube-TM1638-Digital-Dual-Red-LED-Display-Driver-For-Arduino-/181471888031?pt=Wissenschaftliche_Ger%C3%A4te&hash=item2a4091429f
and there are other offers as well
why is it that I only count 16 segments? And, what about the 14 segment LED display?
http://www.youtube.com/watch?v=D2cyZoCat_U
http://en.wikipedia.org/wiki/Fourteen-segment_display
I think I shall return, now, to 8 x 8 matrixes. They have all the advantages of bit maps. You can do any font and you can scroll on a pixel basis. They are cheap and readily available (at least monochome and red/green/yellow).
http://m.ebay.com/itm/New-8-Bit-Digital-LED-Tube-TM1638-Keypad-Display-Module-For-Arduino-UNO-R3-Due-/182230531683?hash=item2a6dc93e63:g:aaUAAOSwHgVW76R6&_trkparms=pageci%3A38565855-5be5-11e6-9ec1-74dbd1e05f28%7Cparentrq%3A605623af1560a2505512b4b2fff71da8%7Ciid%3A16
Do you need a single digit led display for something?
No, I probably have the chips to breadboard that circuit, no reason to. Just wanted to show the younger crowd what it took do get one digit going. Maybe someone has an example of the board they wish to share.