CHAPTER 21 LCD CONTROLLER
User’s Manual U14272EJ3V0UM
402
21.3 LCD Controller Specification
21.3.1 Panel configuration and interface
(1) View rectangle and horizontal/vertical blank
Most parameters of the LCD controller are described using a coordinate system. The x coordinate increases as a
point moves to the right. The y coordinate increases as a point moves down. The origin is (0, 0).
The size of the bounding box is specified by Vtotal and Htotal. The point (Vtotal–1, Htotal–1) is the box’s lower
right corner and includes the horizontal and vertical blanks. Vvisible and Hvisible define the view rectangle, and
outside of the view rectangle are the horizontal blank and vertical blank.
Figure 21-2. View Rectangle and Horizontal/Vertical Blank
Origin
(0, 0)
(Hvisible
−
1, 0)
(Htotal
−
1, Vtotal
−
1)
View rectangle
(LCD panel)
(Hvisible
−
1, Vvisible
−
1)
(0, Vvisible
−
1)
Vertical
blank
Y
X
Horizontal
blank
Each parameter is defined using bit values in the LCD controller registers as follows:
•
Vtotal = Vtot(8:0)
VRTOTALREG (0x0A00 0408)
•
Vvisible = Vact(8:0)
VRVISIBREG (0x0A00 040A)
•
Htotal = Htot(7:0) x 2
HRTOTALREG (0x0A00 0400)
•
Hvisble = Hact(5:0) x 8
HRVISIBREG (0x0A00 0402)
Caution
The following expressions must be satisfied.
1. Vtotal
≥≥≥≥
Vvisible
2. Htotal
≥≥≥≥
Hv 6