• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Circuit Ideas for You

Get free circuit ideas online.

  • Home
  • Privacy Policy
  • About
Home » Seven Segment Display: Datasheet, Pinouts And Working

Seven Segment Display: Datasheet, Pinouts And Working

Last updated on 6 February 2025 by Admin-Lavi Leave a Comment

A Seven Segment Display or SSD in short is a cool electronic device that shows numbers in a way we can see easily.

It is made up of seven tiny light emitting diodes LEDs that are arranged to look like the number ‘8’.

This setup allows the display to show numbers from 0 to 9 and a few letters too.

You can find these displays in lots of gadgets like digital clocks, calculators and various electronic tools.

There are two main types of SSDs based on how they are set up:

  1. Common Cathode (CC) Seven Segment Display
  2. Common Anode (CA) Seven Segment Display

Understanding the differences between these two types is really important if you want to connect them correctly to microcontrollers, Arduino boards and other electronic circuits.

Below we will go through the pinouts, datasheets, workings, constructions, formulas for better understanding of seven segment display.

Diagram with Pinouts:

Seven segment display pinouts

Pin Configuration:

A Seven Segment Display usually has 10 pins which includes one common pin.

Below table is how they are set up:

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’

The Common pin is either connected to ground (Common Cathode) or to a positive voltage (Common Anode).

Common Cathode (CC) vs Common Anode (CA)

Common Cathode (CC):

In a Common Cathode SSD all the cathodes of the LED parts are linked together and connected to the ground.

To turn on a segment, you have to connect the right anode to a HIGH signal.

This setup is used in circuits where a logic HIGH (1) is needed to activate a segment.

Common Anode (CA):

In a Common Anode SSD all the positive sides (anodes) of the LED segments are linked to a positive voltage source (+Vcc).

To turn on a segment, you have to connect the right negative side cathode to a LOW signal.

This setup is used in circuits where a LOW signal (0) is needed to light up a segment.

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:

A regular datasheet for a seven segment display usually includes:

Forward Voltage: Ranges from 1.8V to 2.2V for each LED part

Current Usage: Between 10mA and 20mA for each segment

Power Loss: Varies based on how many segments are lit up

Viewing Angle: Generally about 30° to 60°.

Working Principle:

Each part of the display has an LED, and by turning on certain combinations of these LEDs, we can create the number we want to show.

For instance, to show the number 8 all seven segments (labeled A to G) need to be lit up.

Example: Displaying Numbers on a Common Cathode SSD

Decimal Digit Representation (CC)

DigitABCDEFG
01111110
10110000
21101101
31111001
40110011
51011011
61011111
71110000
81111111
91111011

For Common Anode the logic is inverted (0 turns a segment ON).

Construction:

The SSD is usually made up of:

Outer Material: Often plastic or a type of resin called epoxy.

LED Parts: Seven separate LEDs that are set up in a shape like the number 8.

Wiring Inside: The LEDs are connected using either a common anode or cathode setup.

Metal Pins: These are the metal parts on the outside that connect to other circuits.

Formulas and Calculations:

To make sure everything works safely, you need to use the right resistors in a line with each part.

You can figure out the resistor value by using ohms Law.

Resistor Calculation:

where:

  • Supply voltage (e.g 5V or 12V)
  • Forward voltage drop of LED (~2V)
  • Desired current (~10mA to 20mA)

For example with a 5V supply and 2V LED forward voltage:

R = 5V – 2V / 10mA = 300Ω

A 330Ω resistor is commonly used.

Conclusion:

Seven Segment Displays are important parts used in many numerical displays for different purposes.

Knowing how they work, the different types (like Common Cathode and Common Anode) and how to connect them helps in making better circuit designs.

Even though newer technologies like OLED and LCD are popular, SSDs are still a dependable and budget friendly option for basic number displays.

With the right resistor values and logic levels they can easily be used in projects with microcontrollers, such as Arduino and Raspberry Pi.

References:

Seven-segment display

Filed Under: Tutorials

About Admin-Lavi

Lavi is a B.Tech electronics engineer with a passion for designing new electronic circuits. Do you have questions regarding the circuit diagrams presented on this blog? Feel free to comment and solve your queries with quick replies

Previous Post: « Simple 0-9 Counter Circuit with 7-Segment Display
Next Post: Simple Electronic Game Scorer Circuit »

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Categories

  • Alarm Circuits (30)
  • Amplifier Circuits (67)
  • Arduino Projects (29)
  • Audio Circuits (93)
  • Automobile Circuits (19)
  • Battery Charger Circuits (48)
  • Free Energy (13)
  • Heater and Temperature Controllers (9)
  • Indicator Circuits (38)
  • Inverter Circuits (13)
  • LDR Circuits (13)
  • LED and Lamps (111)
  • Meters and Testers (27)
  • Motor Controllers (18)
  • Oscillator Circuits (32)
  • Power Supply Circuits (91)
  • Remote Control Circuits (6)
  • Security and Protection (23)
  • Sensors and Detectors (71)
  • Solar Circuits (16)
  • Timer Circuits (27)
  • Transistor Circuits (56)
  • Transmitter Circuit (12)
  • Tutorials (4)
  • Water Level Controller (4)

Copyright © 2025 | New Circuit Ideas