Are there any display/monitor technologies available or in the works that do not constantly refresh the screen? Ie, the individual pixels only change when there is a change to be made, rather than redrawing the entire image signal at once?
|
feedback
|
|
Sure. Various e-paper technologies only change when needed; they retain the charge during redraws. | |||
|
feedback
|
|
On a CRT, the entire image is redrawn on every possible refresh, since it is drawn by illuminating pixels by an electron cannon. The pixels glow for just a short while (which is wanted to keep latency low), and need to be re-illuminated many times per second (refresh rate). On an LCD (there are different technologies here as well, so this is well general) there is an always-on backlight that throws light towards a panel of pixels that are individually controlled to let through a specific amount of light depending on what the screen wants to show. This is controlled by (using TN technology to demonstrate) "twisting" a pixel corresponding filter to different degrees by applying a voltage. If twisted so it blocks all incoming light, the pixel is dark. If twisted perpendicularly, the pixel is maximally light (= back-light color = white). The twisting is not reset during every screen update if no image change is wanted (a few years ago, this would have rendered these displays unusable since they were so slow to update, hence ghosting), so LCD displays should fall under your wanted category, depending on what you mean by "redrawing". | |||||||
feedback
|