Principles & Applications Seven-Segment Displays

Slides:



Advertisements
Similar presentations
A.J. Guzman Najinder Mann Terry Bankhead HARDWARE REPORT.
Advertisements

Principles & Applications Seven-Segment Displays
Liquid Crystals & LCDs They’re all around you.
5.4 Decoders A decoder is a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes.
System Digital Encoder, Decoder, and Contoh Penerapanya.
Imaging Science Fundamentals Chester F. Carlson Center for Imaging Science Display Systems Viewing Images.
Electronics Technology Seven-Segment Displays
BCD to 7-Segment Display
Digital Outputs 7-Segment Display
Lecture – 7 Basic input and output
Terms 1. VGA VGA - Short for Video Graphics Array, VGA is a popular display standard developed by IBM and introduced in 1987 VGA provides 640 x 480 resolution.
UNIVERSAL COLLEGE OF ENGINEERING &TECHNOLOGY DIGITAL ELECTRONICS SUBJECT - DIGITAL ELECTRONICS.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Data Presentation Elements Muhajir Ab. Rahim School of Mechatronics Engineering Northern Malaysia College University of Engineering.
Decode 1.1 Decoder, Encoders and Displays ©Paul Godin Updated Aug 2013.
Chapter 2 Computer Hardware
Lecture # 4 Output Devices. Output Devices Devices that convert machine language into human understandable form. Output can be in display form, on paper.
Semiconductors, ICs and Digital Fundamentals. The Diode The semiconductor phenomena. Diode performance with ac and dc currents. Diode types: –General.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
Magnitude Comparator Dr. Ahmed Telba.
Principles & Applications
BCD S EVEN SEGMENT D ECODER. I NTRODUCTION  A Decoder IC, is a device which converts one digital format into another and the most commonly used device.
ENCODER, DECODER dan SEVEN SEGMEN YUSRON SUGIARTO.
Week 9 Monitors and output to the screen. Monitors, also known as Visual display units (V.D.Us) Desktop computers contain a Cathode Ray Tube (C.R.T.)
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
DIGITAL ELECTRONICS THEME 2: Combinational Logic Circuits. Decoders, Multiplexers, De-multiplexers, Code converters. For combinational logic the values.
Dr. Nermin Hamza. Agenda Signed Numbers Properties of Switching Algebra.
LED AND KEYBOARD INTERFACING PREPARED BY :- PREPARED BY :- RAVAL AKASH ( ) RAVAL AKASH ( ) PATEL HARDIK ( ) PATEL HARDIK.
Flowchart of basic interrupt mechanism
Number Systems and Codes
LED - Infrared 850nm   Description: This is a very simple, clear infrared LED. These devices operate between nm and work well for generic IR systems.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Semiconductor Diode.
OLED-AN ABSTARCT Over the time there are many changes came into the field of output/display devices. In this field first came the.
Lecture No. 4 Number Systems
Circuit Components 4.1 Amplifier Fundamentals
Field Emission Display Screen
Combinational Circuits
9 LEVEL OVERHEAD WATER TANK NDICATOR
Principles & Applications
Principles & Applications
Principles & Applications
Principles & Applications and Simple Interfacing
Modern Materials and Products
Digital Fundamentals Floyd Chapter 6 Tenth Edition
INTELLIGENT WATERHEAD LEVEL INDICATOR
Data Encoding Characters.
Principles & Applications
Overview of Graphics Systems
Course: AUDIO VIDEO ENGINNERING
Introduction to Computers
Subject Name: Microprocessors Subject Code:10EC46 Department: Electronics and Communication Date: /10/2018.
Common Diode Applications
Digital Electronics Ms. Deepa Mehta.
Chapter 4 Number Systems.
Actives Devices: Diodes, Transistors, Tubes
Amateur Extra Q & A Study Pool
Ch2: Data Representation
Digital Logic & Design Lecture 03.
Monitors and Sound Systems
Chapter 2 Data Representation.
Chapter 1 Number System RGGP, Narwana.
2’s Complement form 1’s complement form 2’s complement form
Table 1.1 Powers of Two.
Option: Data Representation
This lesson includes the following sections:
FIGURE 1-1 Examples of Voltage Ranges and Waveforms for Binary Signals
Option: Data Representation
2019 Investing Now Summer Program
Presentation transcript:

Principles & Applications Seven-Segment Displays Digital Electronics Principles & Applications Fifth Edition Roger L. Tokheim Chapter 6 Encoding, Decoding, and Seven-Segment Displays ©1999 Glencoe/McGraw-Hill

CHAPTER 6 PREVIEW The BCD Code The Excess-3 Code The Gray Code The ASCII Code Encoders Seven-segment Displays Seven-segment LED Displays Decoders BCD-to-Seven-Segment Decoder/ Driver Liquid Crystal Displays Vacuum Fluorescent Displays

THE 8421 BCD CODE Decimal number 4926 4 9 2 6 BCD stands for Binary-Coded Decimal. A BCD number is a four-bit binary group that represents one of the ten decimal digits 0 through 9. Example: Decimal number 4926 4 9 2 6 8421 BCD coded number 0100 1001 0010 0110

Convert the BCD coded number TEST Convert the BCD coded number 1000 0111 0001 into decimal. BCD Coded Number 1000 0111 0001 Decimal Number 8 7 1

Convert the decimal number 350 to its BCD equivalent. TEST Convert the decimal number 350 to its BCD equivalent. Decimal Number 3 5 0 BCD Coded Number 0011 0101 0000

THE EXCESS-3 CODE Add 3 to each digit of decimal and convert to 4-bit binary form A BCD code (not 8421 BCD) Decimal Binary +3 Excess-3 0 0000 0011 0011 1 0001 0011 0100 2 0010 0011 0101 3 0011 0011 0110 4 0100 0011 0111 5 0101 0011 1000 6 0110 0011 1001 7 0111 0011 1010 8 1000 0011 1011 9 1001 0011 1100 Sample Problem: Decimal 3 5 9 Excess-3 0110 1000 1100

THE GRAY CODE The Gray code’s most important characteristic is that only one digit changes as you increment or decrement the count. The Gray code is commonly associated with input/output devices such as an optical encoder of a shaft’s angular position. The Gray code is NOT a BCD code. Decimal Gray code 0 00000 1 00001 2 00011 3 00010 4 00110 5 00111 6 00101 7 00100 8 01100 9 01101 10 01111 11 01110 12 01010 13 01011 14 01001 15 01000 16 11000

THE ASCII CODE ASCII is acronym for American Standard Code for Information Interchange Represents numbers, letters, punctuation marks and control characters Standard ASCII is a 7-bit code (127 characters) Extended ASCII (IBM ASCII), an 8-bit code, is also very popular Extended ASCII adds graphics and math symbols to code (total of 256 symbols)

ELECTRONIC ENCODER - DECIMAL TO BCD BCD output Decimal input 0 1 1 1 0 1 0 1 0 0 1 1 0 0 0 0 Decimal to BCD Encoder 3 7 5 Encoders are available in IC form. This encoder translates from decimal input to BCD output.

SEVEN SEGMENT DISPLAYS LED (light emitting diode) display Commonly red but available in other colors High power consumption Viewing best under low light conditions LCD (liquid crystal display) Commonly dark characters on a silvery background Very low power consumption Viewing only OK in good light Backlighted displays can be viewed in low light VF (vacuum fluorescent) display Commonly blue-green display (without filters) Medium power consumption Viewing good from dark to lighter conditions Based on vacuum tube triode technology

OPERATION OF A 7-SEGMENT LED DISPLAY Inputs 7-segment code +5V a g Note that inputs are “active-LOW” 7-segment display reads decimal 1 (segments b & c are lit) b & c inputs active therefore segments b & c light on display H L b L c Limiting resistors Common anode Cathode terminals (a thru g) 7-segment LED display (common anode)

TEST H L b L c L f L g L a L b L c H L a L b L c L d L e L f L g L a H Q #3- What is the decimal output on the display for the new set of inputs? Q #4- What is the decimal output on the display for the new set of inputs? Q #2- What is the decimal output on the display for the new set of inputs? Q #1- What will be the decimal output on the 7-segment LED display? +5V a g Inputs 7-segment code H L b L c L f L g L a L b L c H L a L b L c L d L e L f L g L a H L c L d L f L g

7-SEGMENT DECODER/DRIVER DECODERS: BCD TO 7-SEGMENT DECODER/DRIVER BCD input Decimal output LED 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 BCD-to- 7-Segment Decoder/ Driver Electronic decoders are available in IC form. This decoder translates from BCD to decimal. Decimals are shown on an 7-segment LED display. This IC also drives the 7-segment LED display.

? TEST Answer: 9 Answer: 7 Answer: 6 Answer: 0 Answer: 3 0 1 1 1 Q #1- What is the decimal output from the decoder that appears on the 7-segment display? Q #4- What is the decimal output from the decoder that appears on the 7-segment display? Q #3- What is the decimal output from the decoder that appears on the 7-segment display? Q #5- What is the decimal output from the decoder that appears on the 7-segment display? Q #2- What is the decimal output from the decoder that appears on the 7-segment display? Answer: 9 Answer: 7 Answer: 6 Answer: 0 Answer: 3 BCD input Decimal output 0 1 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 BCD-to- 7-Segment Decoder/ Driver ?

LIQUID-CRYSTAL DISPLAYS LCDs control available light (do not generate light) Nematic fluid (also called liquid crystal fluid) is sandwiched between two glass plates Monochrome field-effect LCDs display dark figures on a silvery background. LCDs are commonly used on watches, calculators, and laptops. LCD monitors are available. Color LCDs use either passive-matrix or active-matrix technology. Active-matrix color LCD screens are more expensive. Most laptop screens are backlighted for brightness.

LIQUID CRYSTAL DISPLAY Metalized segments Polarizer Conductive pattern on glass Contacts Liquid crystal Metalized layer Glass backplane Polarizer 100 Hz out-of-phase signal activates segment

with out-of-phase signals DRIVING AN LCD DISPLAY BCD Input 0 1 1 1 a b c LCD driver d e f g Phase Common The LCD segments with out-of-phase signals are active (a, b, & c are active) 100 Hz Clock

VACUUM FLUORESCENT DISPLAYS VF displays are commonly used in automobiles because they operate at the proper voltages, have a pleasing blue-green color, are easy to see even when viewed under lower light conditions, and will operate at wide extremes of temperature. VF displays are based on an older triode vacuum tube technology. VF displays are also commonly used in point-of-sale terminals and some desktop calculators.

VACUUM FLUORESCENT DISPLAY Cathodes (heaters) Grid Plates Glass back K G f a e g d c b K

OPERATING A VF SEVEN-SEGMENT DISPLAY Plates Plates Plates Plates Pa Pb Pc Pd Pe Pf Pg +12 V Grid Grid Grid Grid Cathodes (heaters) Cathodes (heaters) Cathodes (heaters) Cathodes (heaters) To light a segment: 1. Heaters must be hot 2. Grid must be at +12V 3. Plate must be at +12V