Difference between revisions of "7 Segment LED Display Modules"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
[[File:7 Segment LED Display.png|800px]] | [[File:7 Segment LED Display.png|800px]] | ||
+ | |||
+ | In other words, to drive 1 digit one would need 7 [[GPIO]]s. | ||
As is quite usual with me, I might (as can be seen on the photo to the right) have overdone it a bit and I managed to get 3 different types. | As is quite usual with me, I might (as can be seen on the photo to the right) have overdone it a bit and I managed to get 3 different types. |
Revision as of 03:50, 21 May 2022
For a project, I needed to display some numbers. There are of course a lot of different way to approach this, but a cheap (and presumably easy) way is to get some old fashioned 7 segment LED display modules.
The 7 segment LED displays literally consist of 7 LEDs arranged in a way where numbers can be displayed. From a random datasheet they are all arranged like this:
In other words, to drive 1 digit one would need 7 GPIOs.
As is quite usual with me, I might (as can be seen on the photo to the right) have overdone it a bit and I managed to get 3 different types.
These modules are readily available and they are absolutely insanely cheap. Unfortunately, cheap usually means:
- Poorly Documented
- Some bizarre communications protocol
4 Digit Display Module
Crazy 8 Digit, LED and Button Module
8 Digit LED Display module
Miscellaneious Links
To be added