CD 326: Computer Graphics: Lecture - 2 CRT Display Devices
CD 326: Computer Graphics: Lecture - 2 CRT Display Devices
SALIM DIWANI
CRT DISPLAY DEVICES
Examples of Computer Graphics Devices:
CRT, EGA/CGA/VGA/SVGA monitors, plotters, data
matrix, laser printers, Films, flat panel devices, Video
digitizers, scanners, LCD panels, keyboard, joystick,
mouse, touch screen, track ball, etc.
2
Operation of an electron gun with
an accelerating anode
3
Basic design of a Magnetic
deflection CRT
4
Electron deflection of the electron
beam in a CRT
5
Electron deflection of the electron
beam in a CRT
6
Electron deflection of the electron
beam in a CRT
7
Electron deflection of the electron
beam in a CRT
8
Types of CRT display devices
▪ DVST (Direct View Storage Tube)
▪ Calligraphic or Random Scan display system
▪ Refresh and raster scan display system
9
DVST – Direct View Storage Tube
▪ An alternative method of maintaining a
screen image is to store the picture
information inside the CRT instead of
refreshing the screen.
▪ A direct view storage tube store the picture
information as a charge distribution just
behind the phosphor coated screen.
10
DVST – Direct View Storage Tube
Two electron guns are used in a DVST:
1. Primary gun (writing gun) is used to store
the picture pattern
2. Flood gun is used to maintains the picture
display by flooding the grid
11
DVST – Direct View Storage Tube
Writing gun stores picture pattern as
A positive charge on storage grid. This
Picture pattern is transferred to
Phosphors by continuous flood of
Electrons generated from flood gun.
Flood electrons passes through
Collector which smoothed out flow of
Electrons.
Electron passes through collector at low
Speed and are attracted by positively
Charged picture pattern on storage grid
And are repelled by the rest.
The attracted electrons by positive pictu-
Re pattern pass right through it and strike
On phosphor making it visible screen12
Working of DVST
▪ The DVST implements two electron guns; a flood gun
and a writing gun.
▪ A writing gun scans across a wire grid, charging the
grid to create the negative image.
▪ The flood gun the floods the grid. Previously charged
areas repel the incoming electrons so that the
electrons only pass through the grid to the phosphor
in those areas not previously charged.
13
Drawbacks
▪ Modifying any part of the image requires redrawing
the entire modified image
▪ Change in the image requires to generate a new
charge distribution in the DVST
▪ Slow process of drawing typically a few seconds are
necessary for a complex picture.
▪ Erased takes about 0.5 seconds. All lines and
characters must be erased.
▪ No animation possible with DVST.
14
Calligraphic or Random Scan
display system (contd.)
▪ In random scan display the electron beam is directed
to the area on screen only where the picture is to be
drawn.
▪ Random scan display are also known as vector
display or stroke-writing or calligraphic display.
▪ The reason its also called vector display is because
random scan display draws the picture one line at a
time.
15
Calligraphic or Random Scan
display system (contd.)
16
Calligraphic or Random Scan
display system (contd.)
▪ Frame buffer is a temporary storage which stores
what to display at time on monitor
▪ Video controller access frame buffer to refresh
screen
17
Conceptual block diagram of
calligraphic refresh display - I
Vector/ Display
CRT Character Controller
Generator
18
Conceptual block diagram of
calligraphic refresh display - II
Vector/ Picture
CRT Character Processor
Generator
19
Refresh Buffer
▪ Refresh buffer on a random scan display depends on
the number of lines to be displayed.
▪ The picture definition is stored as a set of line
drawing commands in an area of memory called
refresh display file.
▪ The refresh display file is also called the display list
or simply the refresh buffer.
20
Refresh Buffer
▪ To display a specified picture, the system cycles
through the set of commands in the display file,
drawing each component line in turn.
▪ After all line-drawing commands have been
processed, the system cycles back to the first line
command in the list.
▪ The refresh rate of random scan display 30 to 60
frames per second (fps).
21
Refresh Buffer
▪ The display processor sends digital and point
coordinate values to a vector generator
▪ The vector generator convert the digital coordinate
values to analog voltages for the beam deflection
circuits
▪ The beam deflection circuits displace the electron
beam for writing on the CRT’s phosphor coating
22
Example
▪ For example if we want to display and maintain a
picture of a triangle ABC on the screen then the
display list will have commands like this:
▪ Draw a line from A to B
▪ Draw a line from B to C
▪ Draw a line from C to A.
23
Random-scan display system draws
a set of lines in any order
24
Random-scan display system draws
a set of lines in any order
25
Random-scan display system draws
a set of lines in any order
26
Random-scan display system draws
a set of lines in any order
27
Ideal line drawing
28
Vector Scan
29
Vector Scan
30
Vector Scan
31
Vector Scan
32
Vector Scan
33
Vector Scan
34
Vector Scan
35
Vector Scan
36
Vector Scan
37
Vector Scan
38
Vector Scan
39
Vector Scan
40
Vector Scan
41
Advantages of Random Scan Display
▪ Random scan display have higher resolution compared
to raster scan display as the picture is stored as line
drawing instructions rather than intensity values.
▪ It produces smooth line drawing.
▪ It also requires less memory as we are storing
information about only the picture to be drawnrather
than information about full screen.
42
Disadvantages of Random Scan Display
▪ We can not draw realistic images like with different
shades
▪ There is limitation to the colors that can be drawn for
example when we draw images with beam penetration
display its actually random scan display and we can draw
only maximum 4 colors which are based on how deep
the beam penetrates the phosphor layer.
43
Random Scan Display
▪ Phosphor’s Fluorescence is the light emitted as electrons
lose their excess energy while the phosphor is being
struck by electrons.
▪ Phosphorescence is the light given off by the return of
the relatively more stable excited electrons to their
unexcited state once the electron beam excitation is
removed.
▪ Phosphor’s persistence is defined as the time from the
removal of excitation to the moment when
phosphorescence has decayed to 10% of the initial light
output.
44
Raster scan display system
▪ Raster scan display is the most common type of
display used in CRT television and monitors
▪ In a raster scan system, the electron beam is swept
across the screen, one row at a time from top to
bottom.
▪ As the beam is swept across the row, the beam
intensity is turned on and off to create a pattern of
illuminated spots.
45
Raster scan display system
46
Refresh Buffer
▪ Graphics commands from application program
translate into display file by graphic package
▪ Display file is stored in system memory
▪ Display processor refreshes screen using display file
47
Refresh Buffer
▪ The picture definition that is to be drawn is stored in
a memory area called the refresh buffer.
▪ The refresh buffer holds the set of intensity values
for all the screen points.
▪ Stored intensity values are then retrieved from the
refresh buffer and “painted” on the screen one row
at a time.
48
Intensity Range
▪ In a simple black and white raster scan display, the
intensity value is either is only 1 bit per pixel as it’s
either on or off.
▪ But in color raster scan display up to 24 bits per pixel
are included in high quality systems.
▪ In a black and white raster scan display system with
1 bit per pixel the frame buffer is called “BITMAP”.
▪ Whereas in color system/multiple bit per pixel
system the frame buffer is called “PIXMAP”.
49
Refresh Rate
▪ Refresh rate of raster scan display can be from 60 to
80 frame per second.
▪ At the end of each scan line, the electron beam
returns to the left side of the screen to begin
displaying the next scan line which is known as
horizontal retrace.
▪ At the end of each frame the electron beam returns
to the top left corner of the screen to display new
frame.
▪ This process is called “vertical retrace”.
50
Refresh Rate
Example:
51
Refresh Rate
52
Refresh Rate
53
Refresh Rate
54
Refresh Rate
55
Refresh Rate
56
Advantages
▪ We can display real life images which have different
shades
▪ The color range available is way bigger than random
scan display.
57
Disadvantages
▪ The resolution is comparatively lower than random
scan display.
▪ High memory is required
▪ Data about intensities of all pixel over the screen has
to be stored rather than only the area where picture
is displayed.
58