English
Language : 

TCC76 Datasheet, PDF (177/259 Pages) List of Unclassifed Manufacturers – 32-bit RISC Microprocessor For Digital Media Player
TCC76x
Specification Rev. 0.07
32-bit RISC Microprocessor for Digital Media Player
February 23, 2005
LCD CONTROLLER
14.5 TFT LCD
The LCDC supports 16bpp true-color non-palletized color displays for color TFT LCD.
Figure 14.9 show frame memory organization. If image source is YUV420 or YUV422,
YUV2RGB converer can be used as Y2R of LCTRL is set. And each YUV channel is
indicated by LIBA0, LIBA1, and LIBA2 register.
It generates the control signals for LCD driver such as, VSYNC, HSYNC, PXCLK,
PXDEN(ACBIAS) and PXDATA. Figure 14.10 shows PXDATA format in TFT mode.
The timing diagram of TFT mode is shown in Figure 14.12.
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
RGB555 I*
R1[4:0]
G1[4:0]
B1[4:0]
RGB565
R1[4:0]
G1[5:0]
B1[4:0]
8BPP(U or V)
8BPP(Y)
U6 or V6
Y3
U4 or V4
Y2
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
RGB555 I*
R0[4:0]
G0[4:0]
B0[4:0]
RGB565
R0[4:0]
G0[5:0]
B0[4:0]
8BPP(U or V)
8BPP(Y)
U2 or V2
Y1
U0 or V0
Y0
Figure 14.9 TFT LCD pixel data memory organization
PXDW 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
565
R[4:0]
G[5:0]
B[4:0]
PXDW 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
555 I*
R[4:0]
G[4:0]
B[4:0]
*) intensity bit
Figure 14.10 TFT LCD output pixel data
The VSYNC and HSYNC frequency is controlled by the LPC and FLC field.
LPC = (Horizontal display size) – 1
FLC = (Vertical display size) – 1
And PXCLK frequency is determined by the CLKDIV value.
fPXCLK = fLCLK / (2 x CLKDIV)
(3)
The frequency of VSYNC signal is the frame rate. So the frame rate can be
calculated as follows:
fVSYNC = fPXCLK / [ (FSWC + FPW + FLC +FEWC)
x {(LSWC+1) + (LPC+1) + (LEWC+1) + (LPW+1)}]
Therefore, if FR is the required refresh rate in TFT mode, fPXCLK_REQ, which is the
required PXCLK, is the flowing.
fPXCLK_REQ = FR x {(LPW+1) + (LPC+1) + (LSWC+1) + (LEWC+1)}
x {(FSWC+1) + (FPW+1) + (FLC+1) +(FEWC+1)}
(4)
Preliminary
14-9