Site icon Circuit Ideas for You

Seven Segment Display Circuit: Datasheet, Pinouts And Working

Seven Segment Display Circuit (SSD) is a small device which show numbers easily.

It have 7 LEDs shape like 8.

Show numbers 0 to 9 and some letters.

It is used in clocks, calculators and electronic tools.

Two types are Common Cathode (CC) and Common Anode (CA).

We should know the difference which will help to connect with Arduino, microcontroller and circuits.

This article shows pinout, datasheet, working, making and formula for SSD.

Diagram with Pinouts:

Pin Configuration:

Seven Segment Display mostly have 10 pins and one pin is common.

Below table show pin setup:

PinSegmentFunction
1EControls segment ‘E’
2DControls segment ‘D’
3CommonCommon Cathode/Anode
4CControls segment ‘C’
5DPControls the decimal point (optional)
6BControls segment ‘B’
7AControls segment ‘A’
8CommonCommon Cathode/Anode
9FControls segment ‘F’
10GControls segment ‘G’

Common pin go to ground in Common Cathode and go to positive voltage in Common Anode.

Common Cathode (CC) vs Common Anode (CA)

Common Cathode (CC):

Common Anode (CA):

Difference Table:

FeatureCommon CathodeCommon Anode
Common Pin ConnectionGround (0V)+Vcc (5V, 12V, etc.)
Logic for Segment ONHIGH (1)LOW (0)
Preferred inMicrocontroller-based projectsDigital Circuits

Datasheet Overview:

How It Works:

Decimal Digit Representation (CC):

DigitABCDEFG
01111110
10110000
21101101
31111001
40110011
51011011
61011111
71110000
81111111
91111011

For Common Anode the logic is opposite and gives 0 (LOW) to turn ON the segment.

How to Build:

Seven Segment Display Circuit (SSD) made up of:

Formulas and Calculations:

To keep SSD safe use right resistor with each LED.

Use Ohms Law to the find resistor:

Formula:

R = (Supply Voltage – LED Forward Voltage) / Desired Current

Example:

Supply = 5V, LED drop = 2V, Current = 10mA

R = (5V – 2V) / 0.01A = 300Ω

330Ω is common choice.

Conclusion:

Seven Segment Display Circuit (SSD) show numbers in many devices.

Know how they work like Common Cathode (CC) and Common Anode (CA) which help to connect right.

OLED/LCD are new but SSD are cheap, simple and work well.

With right resistors and logic SSD works with Arduino, Raspberry Pi and other microcontrollers.

References:

Seven-segment display

Exit mobile version