
VII LCD CONTROLLER BLOCK: LCD CONTROLLER
Frame Rates
The frame rate is calculated from the LCD panel’s resolution,
fPCLK
Frame rate =
(HDP + HNDP) ⋅ (VDP + VNDP)
fPCLK: PCLK frequency (Hz)
This is the input clock frequency for the LCD controller derived by dividing the BCU clock. The
HDP: Horizontal display period
This is the LCD panel’s horizontal resolution (in pixels). From the set value of LDHSIZE[5:0] (D[5:0])/horizontal panel size register (0x39FFE4), the horizontal display period is calculated as follows:
Horizontal display period = (LDHSIZE[5:0] + 1) ⋅ 16 (Ts) | where Ts = PCLK clock cycle |
HNDP: Horizontal
This is a
Horizontal
The value HDP described above plus HNDP comprises the number of PCLK clock cycles per
VDP: Vertical display period
This is the LCD panel’s vertical resolution (number of display lines). From the set value of the LDVSIZE[9:0] (D[9:0])/vertical panel size register (0x39FFE6, 0x39FFE5), the vertical display period is calculated as follows:
Vertical display period = LDVSIZE[9:0] + 1 (lines)
VNDP: Vertical
This is a
Vertical
From the above parameters, we obtain the number of PCLK clock cycles required for the display of one frame, as determined by (HDP + HNDP) ⋅ (VDP + VNDP). The frame rate is calculated by dividing the PCLK clock frequency by this value.
LCDC
S1C33L03 FUNCTION PART | EPSON |