SlideShare uma empresa Scribd logo
1 de 18
DISPLAY
HARDWARE
Cathode Ray Tubes
 Basic operation
 Refresh CRT
 Primary component –
          heated metal cathode
          control grid
          heating filament
 Intensity control – voltage on control grid
 Focusing System
            force the electron beam
  small spot of light
             Otherwise, electrons repel and
  spread
            Accomplished with electric or
  magnetic fields
 Deflection Plates  horizontal and vertical
 Spots on screen by transfer of CRT beam
  energy to phosphor
 Kinds of phosphor based on
             Color
             Persistence : time it takes the
  emitted light to decay one-tenth of original
  intensity

 Resolution

 Aspect Ratio
Raster Scan Displays
 Image created as Grid of Pixels – “Picture
  Elements” – Scan Conversion
 Picture definition is stored in a frame
  buffer memory or refresh buffer
     • one storage cell per pixel
 Example: assume a display of 16 x 16 pixels,
  each of which is either “on” or “off”
 The electron beam traces a path across the first
  row, then returns to starting side and moves
  across the second row, and so on
 The beam is turned on or off as
  it passes over a pixel that should
  be on or off
 Here, the beam is OFF for the
  entire first row, OFF during
  the retrace, and then ON for
  the two pixels that are ON
 Black and White (Bilevel) systems
       Bit Value 0: Beam turned ON
       Bit Value 1: Beam turned OFF
       Frame buffer : Bitmap
 For Color and intensity variations :
  multiple bits per pixel
       Frame buffer : Pixmap
 Refreshing : 60 – 80 frames per second
 Horizontal and Vertical Retrace
 Interlacing : with slower refreshing rates
Random Scan Display
 Also called as Vector or Stroke or
  Calligraphic Displays
 Draw a picture one line at a time
  – each image was expressed in the form of a
    series of {move-to, draw-to} commands
  – the beam could be moved to a specific x,y
    location while turned off, then turned-on, and
    a draw-to command would move the beam
    (while on) to a second x,y location – the result,
    a line drawn from the first location to the
    second
 Example:
  –   move to (a, b)
                                    (c, d)
  –   draw to (c, d)
  –   draw to (e, f)   (a, b)
  –   draw to (g, h)                           (e, f)
  –   draw to (a, b)
                                 (g, h)
  –   move to (i, j)
  –   draw to (k,l)     (i, j)               (k, l)
Note: Arrows just indicate the flow
 Refresh Display file contains the Line
  drawing commands
 For Line Drawing applications
 Higher resolution

 Problems with random-scan
  – as complexity of display grows, time to draw
    increases
  – if time between refreshes grows too long,
    display begins to flicker
Color CRT
 Color CRTs are much more complicated
   – Phosphors on the face are laid out in a precise
     geometric pattern
   – Uses a pattern of color phosphors on the
     screen:




Delta electron gun arrangement   In-line electron gun arrangement
 Color CRTs have
  – Three electron guns (RGB)
  – A metal shadow mask to differentiate the
   beams
 General case:
  – Simple color display has N x M pixels and
      each pixel is one of 8 = 23 colors
  –   color depth = k bits
  –   each pixel can be one of 2k colors
  –   if k = 3b, then there are 2b intensity levels for
      Red, Green, and Blue
  –   if k ≠ 3b, then typically a color indexing
      scheme is used
       • the value stored in the frame buffer is not used to
         directly control the drive intensity
       • frame buffer value is an index into a color palette
 Direct drive case – frame buffer has 3b
  bits/pixel (example b = 6)
      3b bits / pixel

   Red       Green      Blue      pixel address
    000000    000111     000000               0
    000100    000100     000100               1
    111111    111111     111111               2
        …          …         …               …       NM pixels
        …          …         …               …
        …          …         …               …
        …          …         …               …
                                    directly controls red, green,
                                    and blue intensity
 Indexed color palette case – frame buffer
  has k bits/pixel (example k = 8)

  k bits/pixel

 Frame Buffer pixel address
     00000000             0     3b bits / row
     00000010             1          Color Palette
     11111111             2   Red       Green        Blue
           …             …     000000     000111      000000
                               000100     000100      000100
           …             …     111111     111111      111111
           …             …         …          …           …    2k
           …             …         …          …           …    rows
                                   …          …           …
                                   …          …           …
Display Technology: LCDs
 Liquid Crystal Displays (LCDs)
  – Used in Calculators, laptop etc
  – Light is passed through the liquid crystal that
    is aligned to either block or transmit light
Display Technology: LCDs
 Liquid Crystal Displays (LCDs)
  – Used in Calculators, laptop etc
  – Light is passed through the liquid crystal that
    is aligned to either block or transmit light
Display Technology: Plasma
 Plasma display panels
  – Similar in principle to
    fluorescent light tubes
  – Small gas-filled capsules
    are excited by electric field,
    emits UV light
  – UV excites phosphor
  – Phosphor relaxes, emits
    some other color

Mais conteúdo relacionado

Mais procurados

Introduction to computer graphics
Introduction to computer graphics Introduction to computer graphics
Introduction to computer graphics
Priyodarshini Dhar
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEG
Sabih Hasan
 

Mais procurados (20)

Why Image compression is Necessary?
Why Image compression is Necessary?Why Image compression is Necessary?
Why Image compression is Necessary?
 
JPEG
JPEGJPEG
JPEG
 
Lecture+ +raster+&+random+scan+systems
Lecture+ +raster+&+random+scan+systemsLecture+ +raster+&+random+scan+systems
Lecture+ +raster+&+random+scan+systems
 
Introduction to computer graphics
Introduction to computer graphics Introduction to computer graphics
Introduction to computer graphics
 
Random and raster scan
Random and raster scanRandom and raster scan
Random and raster scan
 
Multimedia graphics and image data representation
Multimedia graphics and image data representationMultimedia graphics and image data representation
Multimedia graphics and image data representation
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standards
 
Jpeg image compression using discrete cosine transform a survey
Jpeg image compression using discrete cosine transform   a surveyJpeg image compression using discrete cosine transform   a survey
Jpeg image compression using discrete cosine transform a survey
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEG
 
Image compression jpeg coding standards
Image compression jpeg coding standardsImage compression jpeg coding standards
Image compression jpeg coding standards
 
Image compression
Image compressionImage compression
Image compression
 
Image compression
Image compressionImage compression
Image compression
 
Image compression Algorithms
Image compression AlgorithmsImage compression Algorithms
Image compression Algorithms
 
GTC 2014 - DirectX 11 Rendering and NVIDIA GameWorks in Batman: Arkham Origins
GTC 2014 - DirectX 11 Rendering and NVIDIA GameWorks in Batman: Arkham OriginsGTC 2014 - DirectX 11 Rendering and NVIDIA GameWorks in Batman: Arkham Origins
GTC 2014 - DirectX 11 Rendering and NVIDIA GameWorks in Batman: Arkham Origins
 
Unit 1
Unit 1Unit 1
Unit 1
 
Compression: Images (JPEG)
Compression: Images (JPEG)Compression: Images (JPEG)
Compression: Images (JPEG)
 
lossy compression JPEG
lossy compression JPEGlossy compression JPEG
lossy compression JPEG
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 
Discrete cosine transform
Discrete cosine transform   Discrete cosine transform
Discrete cosine transform
 

Destaque

Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013
Steve Gilberg
 
Home Depot Marketing Strategy
Home Depot Marketing StrategyHome Depot Marketing Strategy
Home Depot Marketing Strategy
maxnl2
 

Destaque (17)

The Home Depot
The Home DepotThe Home Depot
The Home Depot
 
Toledo Ace Hardward
Toledo Ace HardwardToledo Ace Hardward
Toledo Ace Hardward
 
Amrs
AmrsAmrs
Amrs
 
Kota Stores depot Modernisation
Kota Stores depot ModernisationKota Stores depot Modernisation
Kota Stores depot Modernisation
 
Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013
 
The Home Depot Visual Merchandising, Signage, POP and Fixture Design portfolio
The Home Depot Visual Merchandising, Signage, POP and Fixture Design portfolioThe Home Depot Visual Merchandising, Signage, POP and Fixture Design portfolio
The Home Depot Visual Merchandising, Signage, POP and Fixture Design portfolio
 
Home Depot Integrated Marketing Campaign Plan for IMC 610
Home Depot Integrated Marketing Campaign Plan for IMC 610Home Depot Integrated Marketing Campaign Plan for IMC 610
Home Depot Integrated Marketing Campaign Plan for IMC 610
 
Visual merchandising of three retailers and their comparison
Visual merchandising of three retailers and their comparisonVisual merchandising of three retailers and their comparison
Visual merchandising of three retailers and their comparison
 
Home Depot Marketing Strategy
Home Depot Marketing StrategyHome Depot Marketing Strategy
Home Depot Marketing Strategy
 
Stock
StockStock
Stock
 
Anthropologie
AnthropologieAnthropologie
Anthropologie
 
Home depot class presentation
Home depot class presentationHome depot class presentation
Home depot class presentation
 
10) chapter 18 visual merchandising and display
10) chapter 18 visual merchandising and display10) chapter 18 visual merchandising and display
10) chapter 18 visual merchandising and display
 
Home Depot_ Case Study
Home Depot_ Case StudyHome Depot_ Case Study
Home Depot_ Case Study
 
Home Depot Analysis
Home Depot AnalysisHome Depot Analysis
Home Depot Analysis
 
IMC 610: IMC Plan for The Home Depot
IMC 610: IMC Plan for The Home DepotIMC 610: IMC Plan for The Home Depot
IMC 610: IMC Plan for The Home Depot
 
Retail management - How to display & promote sales
Retail management - How to display & promote salesRetail management - How to display & promote sales
Retail management - How to display & promote sales
 

Semelhante a Display Hardware

lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 lecture2  computer graphics graphics hardware(Computer graphics tutorials) lecture2  computer graphics graphics hardware(Computer graphics tutorials)
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devices
alldesign
 

Semelhante a Display Hardware (20)

CG Lecture 1.pptx GRAPHIS VENNELA DONTHIREDDY
CG Lecture 1.pptx GRAPHIS VENNELA DONTHIREDDYCG Lecture 1.pptx GRAPHIS VENNELA DONTHIREDDY
CG Lecture 1.pptx GRAPHIS VENNELA DONTHIREDDY
 
Computer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT DevicesComputer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT Devices
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 lecture2  computer graphics graphics hardware(Computer graphics tutorials) lecture2  computer graphics graphics hardware(Computer graphics tutorials)
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 
Introduction to computer graphics part 1
Introduction to computer graphics part 1Introduction to computer graphics part 1
Introduction to computer graphics part 1
 
Display device
Display deviceDisplay device
Display device
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.ppt
 
Introduction to computer graphics part 2
Introduction to computer graphics part 2Introduction to computer graphics part 2
Introduction to computer graphics part 2
 
Cg Chap 02
Cg Chap 02Cg Chap 02
Cg Chap 02
 
CG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsxCG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsx
 
Crt notes
Crt notesCrt notes
Crt notes
 
Crt notes
Crt notesCrt notes
Crt notes
 
Lecture 2&3
Lecture 2&3 Lecture 2&3
Lecture 2&3
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
VIDEO CODECS
VIDEO CODECSVIDEO CODECS
VIDEO CODECS
 
Unit i
Unit  iUnit  i
Unit i
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devices
 
Digital image Processing.ppt
Digital image Processing.pptDigital image Processing.ppt
Digital image Processing.ppt
 
Digital Image Representation.ppt
Digital Image Representation.pptDigital Image Representation.ppt
Digital Image Representation.ppt
 
lect4-images.ppt
lect4-images.pptlect4-images.ppt
lect4-images.ppt
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 

Display Hardware

  • 2. Cathode Ray Tubes  Basic operation  Refresh CRT  Primary component – heated metal cathode control grid heating filament
  • 3.  Intensity control – voltage on control grid  Focusing System force the electron beam small spot of light  Otherwise, electrons repel and spread Accomplished with electric or magnetic fields  Deflection Plates  horizontal and vertical  Spots on screen by transfer of CRT beam energy to phosphor
  • 4.  Kinds of phosphor based on  Color  Persistence : time it takes the emitted light to decay one-tenth of original intensity  Resolution  Aspect Ratio
  • 5. Raster Scan Displays  Image created as Grid of Pixels – “Picture Elements” – Scan Conversion  Picture definition is stored in a frame buffer memory or refresh buffer • one storage cell per pixel
  • 6.  Example: assume a display of 16 x 16 pixels, each of which is either “on” or “off”  The electron beam traces a path across the first row, then returns to starting side and moves across the second row, and so on  The beam is turned on or off as it passes over a pixel that should be on or off  Here, the beam is OFF for the entire first row, OFF during the retrace, and then ON for the two pixels that are ON
  • 7.  Black and White (Bilevel) systems  Bit Value 0: Beam turned ON  Bit Value 1: Beam turned OFF  Frame buffer : Bitmap  For Color and intensity variations : multiple bits per pixel  Frame buffer : Pixmap  Refreshing : 60 – 80 frames per second  Horizontal and Vertical Retrace  Interlacing : with slower refreshing rates
  • 8. Random Scan Display  Also called as Vector or Stroke or Calligraphic Displays  Draw a picture one line at a time – each image was expressed in the form of a series of {move-to, draw-to} commands – the beam could be moved to a specific x,y location while turned off, then turned-on, and a draw-to command would move the beam (while on) to a second x,y location – the result, a line drawn from the first location to the second
  • 9.  Example: – move to (a, b) (c, d) – draw to (c, d) – draw to (e, f) (a, b) – draw to (g, h) (e, f) – draw to (a, b) (g, h) – move to (i, j) – draw to (k,l) (i, j) (k, l) Note: Arrows just indicate the flow  Refresh Display file contains the Line drawing commands
  • 10.  For Line Drawing applications  Higher resolution  Problems with random-scan – as complexity of display grows, time to draw increases – if time between refreshes grows too long, display begins to flicker
  • 11. Color CRT  Color CRTs are much more complicated – Phosphors on the face are laid out in a precise geometric pattern – Uses a pattern of color phosphors on the screen: Delta electron gun arrangement In-line electron gun arrangement
  • 12.  Color CRTs have – Three electron guns (RGB) – A metal shadow mask to differentiate the beams
  • 13.  General case: – Simple color display has N x M pixels and each pixel is one of 8 = 23 colors – color depth = k bits – each pixel can be one of 2k colors – if k = 3b, then there are 2b intensity levels for Red, Green, and Blue – if k ≠ 3b, then typically a color indexing scheme is used • the value stored in the frame buffer is not used to directly control the drive intensity • frame buffer value is an index into a color palette
  • 14.  Direct drive case – frame buffer has 3b bits/pixel (example b = 6) 3b bits / pixel Red Green Blue pixel address 000000 000111 000000 0 000100 000100 000100 1 111111 111111 111111 2 … … … … NM pixels … … … … … … … … … … … … directly controls red, green, and blue intensity
  • 15.  Indexed color palette case – frame buffer has k bits/pixel (example k = 8) k bits/pixel Frame Buffer pixel address 00000000 0 3b bits / row 00000010 1 Color Palette 11111111 2 Red Green Blue … … 000000 000111 000000 000100 000100 000100 … … 111111 111111 111111 … … … … … 2k … … … … … rows … … … … … …
  • 16. Display Technology: LCDs  Liquid Crystal Displays (LCDs) – Used in Calculators, laptop etc – Light is passed through the liquid crystal that is aligned to either block or transmit light
  • 17. Display Technology: LCDs  Liquid Crystal Displays (LCDs) – Used in Calculators, laptop etc – Light is passed through the liquid crystal that is aligned to either block or transmit light
  • 18. Display Technology: Plasma  Plasma display panels – Similar in principle to fluorescent light tubes – Small gas-filled capsules are excited by electric field, emits UV light – UV excites phosphor – Phosphor relaxes, emits some other color