7-Segment Display

Display Numeric Data With 7-Segment LED Displays

When multiple LED are combined, they can be used to display numeric and alphanumeric information. The most basic type of display is the 7-segment LED.

The number of digits displayable solely depends on the number of 7-segment LED that you combine.

Controllers

Each segment in each display represents a single LED. One 7-segment display therefore consists of at least seven individual LED. Some displays include an additional decimal point and/or a colon. A typical 4-digit breakout board is made of 30 individual LED.

Wiring and controlling these LED directly would require 31 wires and 30 GPIO pins which obviously does not make practical sense. Specialized controller IC are used instead to control the LED. Here are a few commonly used controllers:

Multiplexing

These controllers use two separate strategies to control a variable number of 7-segment displays:

  • Direct LED Control: similar to a generic port extender, the controller comes with individual GPIOs that can each be turned on and off. Each GPIO provides a constant current to drive exactly one LED. Combined, the GPIO can control exactly one 7-segment LED.
  • Multiplexing: in order to control more than one 7-segment display, the controller uses multiplexing: it switches between separate 7-segment displays in high frequency. The same GPIO ports control many different 7-segment displays, one at a time, in rapid succession. By switching between the displays fast enough, the human eye does not notice any flicker (however most 7-segment displays do flicker when recorded with a camera).

Comments

Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.

Here is how your comments are stored

Whenever you leave a comment, a new github issue is created on your behalf.

  • All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.

  • There is no third-party provider, no disrupting ads, and everything remains transparent inside github.

Github Users Yes, Spammers No

To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.

If you don’t have a github account yet, go get yourself one - it’s free and simple.

If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.

Discussions

For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.

  Show on Github    Submit Issue

(content created Mar 28, 2024)