LCD Controller Registers
11-40
11.8.4 LCD Timing 2 Register (LcdTiming2)
The LCD timing 2 register (LcdTiming2) contains seven different bit fields that
are used to control various functions associated with the timing of the LCD
controller (see Table 11–20).
The LCD controller must be disabled (LCDEN = 0) when changing the state
of any field within this register. The reset state of all bit fields is unknown and
must be initialized before enabling the LCD. Write functions to reserved bits
are ignored and read functions return ones.
Table 11–20. LCD Timing 2 Register (LcdTiming2)
Bit
Name
Value
Description
Reset
Value
31–26
-
Reserved
1
25
PHSVS
On_Off
HSYNC/VSYNC pixel clock control on/off (on only when in TFT
mode); off by default
0
0
LCD.HS and LCD.VS are driven on the opposite edges of the pixel
clock than the lcd_data.
1
LCD.HS and LCD.VS are driven according to bit 24.
24
PHSVS
RF
Program HSYNC/VSYNC rise and fall
0
0
LCD.HS and LCD.VS are driven on the falling edge of the pixel clock
(bit 25 is set to 1).
1
LCD.HS and LCD.VS are driven on the rising edge of the pixel clock
(bit 25 is set to 1).
23
IEO
Invert output enable
0
0
LCD.AC pin is active high in active display mode.
1
LCD.AC pin is active low in active display mode.
Active display mode: data driven out to the LCD data lines on
programmed pixel clock edge when ac-bias is active. IEO is ignored
in passive display mode.
22
IPC
Invert pixel clock
0
0
Data is driven on the LCD data lines on the rising edge of LCD.PCLK.
1
Data is driven on the LCD data lines on the falling edge of
LCD.PCLK.