Intel® PXA26x Processor Family Developer’s Manual 7-15
Liquid Crystal Displa y Controller
If dummy pixels are to be inserted, the panel must ignore the extra pixel clocks at the end of each
line that correspond to the dummy pixels.
Use the following equation to calculate the total size o f the f rame buf f er (in byt es ). Thi s calcu lation
encodes the length of the frame buffer in the DMA d escri ptors ( Section7.6.5.5.4, “Transfer Length
(LEN)” on page 7-41). The first term is the size required for the encoded pixel values. Lines is the
number of lines for the display. Pixels is the number of pixels per line. Use the actual line/pixel
count, not minus 1 as in the LCCR registers. n = the number of extra dummy pix e ls required per
line (as described above). For dual-panel mode, the frame-buffer size is equally distributed
between the two DMA channels. Therefore, lines in this equation are divi ded in hal f fo r du al-pan el
mode
.
The bandwidth required for the LCD controller can be calculated us ing the following equations.
FrameBufferSize is the result of the previous equation. Bandwidth is always an important part of
any system analysis. Systems with large panels and high number of bits per pixel must ensure that
the panel is not starved for data.
.
Sample calculations for a 640x480 panel, 16-bits per pixel, 60Hz refresh rate:

FrameBufferSize = 16*640*480/8 = 614,400 bytes

Bus Bandwidth = 614,400 * 60 = 36.9 MB/sec
The amount of available bus bandwidth is heavily dependant on the PX Bus frequency. Systems
using large panels must ensure that the PXBus frequency, controlled by the run mode frequency, is
configured as high as possible.
7.5 Functional Timing
Figure 7-12 through Figure 7-14 illustrate LCD controller timing in passive display mode. The
example used is a 320x240 panel. Figure7-15 and Figure 7-16 illustrate the LCD controller timing
in active display mode. For precise timing relationships, see the Intel® PXA26x Processor Family
Electrical, Mechanical, and Thermal Specification.
FrameBufferSize BitsPerPixel Lines Pixels n+()
8

--------------------------------------------------------------------------=

BusBandwidth FrameBufferSize PaletteSize+()RefreshRate=
BusBandwidth DualPanel()FrameBufferSize 2PaletteSize+()RefreshRate=