LCD displays are controlled primarily through a matrix of thin-film transistors (TFTs) that regulate the amount of light passing through each pixel's red, green, and blue sub-pixels. This allows for precise color and brightness control across the display.
Here's a more detailed breakdown:
The Basics of LCDs
Liquid Crystal Displays (LCDs) utilize liquid crystals, substances that can align in an electric field. They don't emit light themselves; instead, they rely on a backlight source. The liquid crystals act like shutters, controlling how much of the backlight passes through to the viewer.
The Role of Sub-Pixels
Each pixel in an LCD is typically composed of three sub-pixels: red, green, and blue (RGB). By varying the intensity of each sub-pixel, the display can create a wide range of colors. To control this intensity, each sub-pixel has its own dedicated TFT.
Thin-Film Transistors (TFTs)
TFTs are tiny switches that control the voltage applied to the liquid crystals for each sub-pixel. When a TFT is "on," it allows voltage to be applied to the liquid crystal, causing it to align and either allow more or less light to pass through (depending on the type of LCD and the voltage applied). When the TFT is "off," the liquid crystal returns to its resting state, blocking or allowing a specific amount of light.
The Control Matrix
These TFTs are arranged in a matrix, similar to a grid. Each row of the matrix is connected to a gate driver, and each column is connected to a source driver.
- Gate Driver: Activates the row of TFTs, effectively "turning them on."
- Source Driver: Provides the voltage levels for each column, determining the brightness of each sub-pixel in that row.
By sequentially activating each row of TFTs and applying the appropriate voltage levels to the columns, the display controller can set the brightness of each sub-pixel, effectively creating the desired image.
Polarizers and Filters
In addition to TFTs and liquid crystals, LCDs also employ polarizers and color filters:
-
Polarizers: Two polarizers are placed on either side of the liquid crystal layer, oriented at 90 degrees to each other. The liquid crystals twist the light to allow it to pass through both polarizers when a voltage is applied (or block it, depending on the type of LCD).
-
Color Filters: These filters are placed over the sub-pixels to create the red, green, and blue light components.
Summary
In essence, LCD displays are controlled by meticulously manipulating the alignment of liquid crystals using a grid of TFTs. The TFTs, in turn, are controlled by row and column drivers, allowing the display controller to set the precise brightness of each red, green, and blue sub-pixel, creating the final image seen on the screen.