|
|
|
|
|
by YZF
4621 days ago
|
|
What specifically do you have a problem with? Details will vary between different displays but my point is that due to the pixels being on a grid sequential access is going to be faster. This is not unlike memory. EDIT:
Here's a reference that discusses scanning in a TFT:
http://www.electronicsforu.com//EFYLinux/efyhome/cover/March... "The TFT-LCD panel of the AMLCD is
scanned sequentially line-by-line from
top to bottom. Each line is selected by
applying a pulse of +20V to gate line Gn,
which turns on the TFTs in that specific
row. Rows are deselected by applying
–5V to G
n-1
and G
n+1, which turns off
all the TFTs in the deselected rows and
then the data signal is applied from the
source driver to the pixel electrode.
The voltage applied from the
source driver, called ‘gray-scale voltage,’ decides the luminance of the pixel. The storage capacitor (CS) maintains
the luminance of the pixel until the
next frame signal voltage is applied.
In this way, the next line is selected
to turn on all the TFTs, then the data
signal is fed from the source driver and
hence scanning is done." |
|