CHAPTER 21 LCD CONTROLLER
User’s Manual U14272EJ3V0UM
404
(3) Frame clock
The edge positions of the frame clock, FLM, are also programmable. There must be exactly two FLM edges
inside the bounding box. The first FLM edge is defined by the FLMHS(7:0) bits of the FHSTARTREG register and
the FLMS(8:0) bits of the FVSTARTREG register. The location of the first edge is at (FLMHS x 2, FLMS). The
second FLM edge is defined by the FLMHE(7:0) bits of the FHENDREG register and the FLME(8:0) bits of the
FVENDREG register. The location of second edge is at (FLMHE x 2, FLME).
If the FLMPOL bit of the LCDCTRLREG register is 0, the first FLM edge is positive and the second is negative. If
the FLMPOL bit is 1, the reverse is true.
Figure 21-4. Position of Frame Clock (FLM)
Origin
(0, 0)
(Hvisible
−
1, 0)
(Htotal
−
1, 0)
View rectangle
FLM
(0, Vvisible
−
1)
Vertical blank
Y
X
Horizontal blank
(0, Vtotal
−
1)
(FLMHS x 2, FLMS)
1st edge
2nd edge
(FLMHE x 2, FLME)
Caution
The following expressions must be satisfied.
1. Htotal > FLMHE(7:0) x 2 > FLMHS(7:0) x 2
2. Vtotal > FLME(8:0), Vtotal > FLMS(8:0)