Addressing scheme

There are three different addressing schemes for display devices: direct, matrix, and raster. The purpose of each scheme is to set (or maintain) the state of a pixel to either black/white or, more commonly, a grayscale level.

Direct addressing

A direct addressed display runs individual control signals to each pixel. This allows the state, whether on/off or grayscale, to be set and maintained on each pixel. For a screen size of m×n pixels, this scheme would require m×n control signals. This is generally considered to be an inefficient use of I/O and physical space.

Matrix addressing

A matrix addressed display runs control signals only to the rows and columns of the display. (See also: matrix) For a screen size of m×n pixels, this scheme would require m+n control signals. In active matrix addressing, some sort of capacitor (external to the cell proper) is used to maintain the state of the cell. Passive matrix addressing is used when cell itself has a bistability, so no external capacitor is needed. In some situations passive matrix addressing is used with the help of persistence of vision of the (usually human) eye so the cell need not be bistable. Persistence of vision is used in simpler, slower changing displays such as clocks.

Raster addressing

A raster addressed display (e.g., a CRT) works by scanning across the entire display in sequence while modulating control signal to activate each pixel as it is scanned. This display uses persistence of the pixel element (e.g., phosphor) to maintain the pixel state until the scan can visit that pixel again. There are only three control signals required for this to work: a horizontal scan control signal, a vertical scan control signal, and an intensity control signal. Timing between these signals is very important, else the image on the screen will show artifacts.

gollark: Just write Markdown and a bit of HTML for your base page template.
gollark: They're inflexible, you need to learn complex arcane ways to make it actually do the right thing, and you will end up having to fix the generated HTML anyway.
gollark: No, they're not.
gollark: No.
gollark: What You See You Is Yes I Saw What I Get Is Graham.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.