Difference between revisions of "Bit-mapped display"

From Computer History Wiki
Jump to: navigation, search
(Mention direct bus connection)
(Copyedit)
Line 1: Line 1:
'''Bit-mapped displays''' are the current standard for output in [[user interface]]s to computers. They provide a screen which has a [[array]] of [[pixel]]s, each one of which can be independently set - in most contemporary units, to a color value set by three 8-[[bit]] values, one for each primary colour (red, green and blue).
+
'''Bit-mapped displays''' are the current standard for output in [[user interface]]s to computers. They provide a screen which has an [[array]] of [[pixel]]s, each one of which can be independently set - in most contemporary units, to a color value defined by three 8-[[bit]] values, one for each primary colour (red, green and blue).
  
Originally, before [[semiconductor]] [[Random Access Memory|RAM]] prices fell, bit-mapped dislays provided fewer bits per pixel; originally only one bit per pixel. (Some low-end or low-power displays still provide only this.) At an intermediate stage, an 8-bit value for each pixel was used: either for a grey-scale; or mapped into three 8-bit values per colour (i.e. only 256 distinct colours in use at any time, although each colour could be selected arbitrarily).
+
Originally, before [[semiconductor]] [[Random Access Memory|RAM]] prices fell, bit-mapped dislays provided fewer bits per pixel; originally only one bit per pixel. (Some low-end or low-power displays still provide only this.) At an intermediate stage, an 8-bit value for each pixel was used: either for a grey-scale; or for a limited number of colours. (I.e. only 256 distinct colours could be in use at any time, although each colour could be selected arbitrarily, and mapped into three 8-bit values, as above.)
  
The resolution depends in part on the physical size of the screen; and in the early stages, on RAM cost. Some early displays were as little as 320×200; later on, 1024x768 pixels was widespread, and then 1280x1024. As the screen aspect ratio of [[high-definition television]] has become common, resolutions such as 1280×720 and 1920×1080 have become more common.
+
The resolution depends in part on the physical size of the screen; and in the early stages, also on RAM cost. Some early displays were as little as 320×200; later on, 1024x768 pixels was widespread, and then 1280x1024. As the screen [[aspect ratio]] of [[high-definition television]] has become common, resolutions such as 1280×720 and 1920×1080 have become more common.
  
 
To provide the ability to draw things at high speed, thereby fully utilizing the capabilities of the display, they are usually directly connected to the computer's main [[bus]], with the display memory directly visible to the [[Central Processing Unit|CPU]] as [[main memory]]. Due to the intimate relationship with the rest of the system, they are usually found on [[personal computer]]s.
 
To provide the ability to draw things at high speed, thereby fully utilizing the capabilities of the display, they are usually directly connected to the computer's main [[bus]], with the display memory directly visible to the [[Central Processing Unit|CPU]] as [[main memory]]. Due to the intimate relationship with the rest of the system, they are usually found on [[personal computer]]s.
  
 
The original bit-mapped displays were an evolution of [[video terminal]]s; once RAM prices fell low enough, the ability to display graphics, etc, instead of just characters, made the step forward inevitable.
 
The original bit-mapped displays were an evolution of [[video terminal]]s; once RAM prices fell low enough, the ability to display graphics, etc, instead of just characters, made the step forward inevitable.

Revision as of 23:57, 16 June 2018

Bit-mapped displays are the current standard for output in user interfaces to computers. They provide a screen which has an array of pixels, each one of which can be independently set - in most contemporary units, to a color value defined by three 8-bit values, one for each primary colour (red, green and blue).

Originally, before semiconductor RAM prices fell, bit-mapped dislays provided fewer bits per pixel; originally only one bit per pixel. (Some low-end or low-power displays still provide only this.) At an intermediate stage, an 8-bit value for each pixel was used: either for a grey-scale; or for a limited number of colours. (I.e. only 256 distinct colours could be in use at any time, although each colour could be selected arbitrarily, and mapped into three 8-bit values, as above.)

The resolution depends in part on the physical size of the screen; and in the early stages, also on RAM cost. Some early displays were as little as 320×200; later on, 1024x768 pixels was widespread, and then 1280x1024. As the screen aspect ratio of high-definition television has become common, resolutions such as 1280×720 and 1920×1080 have become more common.

To provide the ability to draw things at high speed, thereby fully utilizing the capabilities of the display, they are usually directly connected to the computer's main bus, with the display memory directly visible to the CPU as main memory. Due to the intimate relationship with the rest of the system, they are usually found on personal computers.

The original bit-mapped displays were an evolution of video terminals; once RAM prices fell low enough, the ability to display graphics, etc, instead of just characters, made the step forward inevitable.