What is seven segment display?
How it works?
Seven segment display handling with 8051
microcontroller.
 Seven segment display comprises seven
LEDs and a LED for decimal point.
 Lit them in order ,can forms different
letters and alphabets.
 Seven segment display is special for
displaying numerical characters.
Displaying 0-9 in SSD
 Each segment is designated as a, b, c, d, e, f
and g along with dp for decimal point.
 There are two types of seven segment
display.
• Common cathode seven segment display.
• Common anode seven segment display.
 Common cathode
 Common cathode seven segment display is
such in which cathode of each LED is
connected to make single pin while anode
are separate.
 In order to lit required LED high voltage is
supplied to anode.
 They are interfaced with logic high.
 A required value of resistance is to be
connected across anode in order to prevent
their fusion.
Common anode
 In Common anode seven segment display
anode of each LED is connected to make a
single pin.
 In order to lit LED ,cathode of each LED is to
be connected individually with logic 0 i.e.
with low voltage.
 Anode is supplied with required regulated lit
voltage.
 During interfacing seven segment display
with μc 8051,both types of seven segment
display can be interfaced.
 For common cathode SSD logic 0-output is to
be considered.
 For common anode SSD logic 1-output is to
be considered.
 In system with input , program should be
done conditionally.
 By using conditional statements we can
display letters and alphabet in SSD.
Seven Segment Display

Seven Segment Display

  • 1.
    What is sevensegment display? How it works? Seven segment display handling with 8051 microcontroller.
  • 3.
     Seven segmentdisplay comprises seven LEDs and a LED for decimal point.  Lit them in order ,can forms different letters and alphabets.  Seven segment display is special for displaying numerical characters.
  • 4.
  • 6.
     Each segmentis designated as a, b, c, d, e, f and g along with dp for decimal point.
  • 7.
     There aretwo types of seven segment display. • Common cathode seven segment display. • Common anode seven segment display.
  • 8.
  • 9.
     Common cathodeseven segment display is such in which cathode of each LED is connected to make single pin while anode are separate.  In order to lit required LED high voltage is supplied to anode.  They are interfaced with logic high.  A required value of resistance is to be connected across anode in order to prevent their fusion.
  • 10.
  • 11.
     In Commonanode seven segment display anode of each LED is connected to make a single pin.  In order to lit LED ,cathode of each LED is to be connected individually with logic 0 i.e. with low voltage.  Anode is supplied with required regulated lit voltage.
  • 13.
     During interfacingseven segment display with μc 8051,both types of seven segment display can be interfaced.  For common cathode SSD logic 0-output is to be considered.  For common anode SSD logic 1-output is to be considered.
  • 14.
     In systemwith input , program should be done conditionally.  By using conditional statements we can display letters and alphabet in SSD.