NO:
W90P710 Programming Guide
VERSION:
2.0
PAGE:
116
The above information is the exclusive intellectual property of Winbond Electronics and shall not be disclosed, distributed or reproduced without permission
from Winbond.
Table No.: 2005-W90P710-11-A
used at TV-Encoder)
01 = YUYV
10 = VYUY
11 = YVYU
[11:10]
LCD Line Data
Sequence( only used at
Sync-Type non High Color
TFT)
00 = First line data is RGB, second line data is GBR
01 = First line data is BGR, second line data is RBG
10 = First line data is GBR, second line data is RGB
11 = First line data is RBG, second line data is BGR
[9:8]
Video Data output re-
map( Only used at Sync-type
High Color TFT)
00 = Databus is 24bit
01 = Databus is 18bit
10 = Databus is 8bit
[7]
External TV encoder Enable
0 = Normal operation
1 = Convert RGB to YCbCr for external TV encoder
[6]
Monochrome LCD has an 8-
bit interface
0 = mono LCD use 4-bit interface
1 = mono LCD uses 8-bit interface
[5]
TFT Type Select
0 = Sync-type High Color TFT LCD
1 = Sync-type TFT LCD
[4]
LCD is TFT
0 = LCD is an STN display
1 = LCD is a TFT display
[3]
STN LCD is monochrome
0 = STN LCD is color
1 = STN LCD is monochrome
[2:0]
LCD bits per pixel
011 = 8 bpp RGB332
101 = 16 bpp RGB565
LCDBPP means the resolution (Bit Per-Pixel) of the image data which stored in memory device.
If LUTEN is enabled, LCD Controller will output data from Palette SRAM for 8bpp image. Else,
LCD Controller will treat 8bpp data as RGB332. At normally, Video Databus output is RGB888,
24bit. The other bit will be replaced with zero. Please refer to GPIO chapter to configure this
register.
The programming procedure is listed as follows:
1) Decide that the type of input raw data is YUV or RGB (
LCDCON [20]
).
2) Decide that OSD is enabled or not (
LCDCON [19]
).
3) If external panel is TFT LCD, configure TFT-related bits (
LCDCON [5:4]
and
LCDCON
[11:8]
).
4) If look-up table is needed, configure LUT-related bits (
LCDCON [18:17]
).
5) Go to Step 9.
6) If external panel is TV, configure TV-related bits (
LCDCON [7]
and
LCDCON [13:12]
).