SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Why Image compression is Necessary?
Why Image compression is Necessary?Why Image compression is Necessary?
Why Image compression is Necessary?Prabhat Kumar
 
Lecture+ +raster+&+random+scan+systems
Lecture+ +raster+&+random+scan+systemsLecture+ +raster+&+random+scan+systems
Lecture+ +raster+&+random+scan+systemsavelraj
 
Introduction to computer graphics
Introduction to computer graphics Introduction to computer graphics
Introduction to computer graphics Priyodarshini Dhar
 
Random and raster scan
Random and raster scanRandom and raster scan
Random and raster scanankur bhalla
 
Multimedia graphics and image data representation
Multimedia graphics and image data representationMultimedia graphics and image data representation
Multimedia graphics and image data representationMazin Alwaaly
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standardsMazin Alwaaly
 
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 surveyIJCSES Journal
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEGSabih Hasan
 
Image compression jpeg coding standards
Image compression jpeg coding standardsImage compression jpeg coding standards
Image compression jpeg coding standardssakshij91
 
Image compression
Image compressionImage compression
Image compressionPREEYANKAV
 
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 OriginsColin Barré-Brisebois
 
Compression: Images (JPEG)
Compression: Images (JPEG)Compression: Images (JPEG)
Compression: Images (JPEG)danishrafiq
 
lossy compression JPEG
lossy compression JPEGlossy compression JPEG
lossy compression JPEGMahmoud Hikmet
 
Discrete cosine transform
Discrete cosine transform   Discrete cosine transform
Discrete cosine transform Rashmi Karkra
 

Was ist angesagt? (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
 

Andere mochten auch

Toledo Ace Hardward
Toledo Ace HardwardToledo Ace Hardward
Toledo Ace HardwardLacey Link
 
Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013Home Depot Digital Strategy 2013
Home Depot Digital Strategy 2013Steve Gilberg
 
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 portfolioaaroninsel
 
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 610Genifer Snipes
 
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 comparisonPravithaUnnikrishnan
 
Home Depot Marketing Strategy
Home Depot Marketing StrategyHome Depot Marketing Strategy
Home Depot Marketing Strategymaxnl2
 
Anthropologie
AnthropologieAnthropologie
Anthropologieacmayeux
 
Home depot class presentation
Home depot class presentationHome depot class presentation
Home depot class presentationannesunita
 
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 displaycwood
 
Home Depot_ Case Study
Home Depot_ Case StudyHome Depot_ Case Study
Home Depot_ Case StudyEuna Choi
 
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 DepotAlaina Moore
 
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 salesAmith hillshow
 

Andere mochten auch (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
 

Ähnlich wie Display Hardware

Ähnlich wie 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
 

Kürzlich hochgeladen

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 17Celine George
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 

Kürzlich hochgeladen (20)

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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 

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