Owner manual
AN269
AN269REV1 47
The interpretation of this diagram is simple. For the first video frame, if the color Red[7:5] = 001b covers the
entire screen, then the red pixel output will be as shown in the following table (where x,y = 0,0 is the top left
of the screen):
As can be seen from the diagram above, the patterns repeat based on horizontal and vertical positions. The
same will occur during frames 1, 2, and 3.
Since each pixel is on 25% of the total time, this entry in the grayscale table will produce 25% brightness on
the red channel. Note again that the actual pixel output from the grayscale generator is only 1 pixel, but the
value of that pixel depends on the horizontal position, vertical position, and frame number.
Frame 0
HCNT
=00b
HCNT
=01b
HCNT
=10b
HCNT
=11b
Frame 1
HCNT
=00b
HCNT
=01b
HCNT
=10b
HCNT
=11b
VCNT=00b
0100 0001
VCNT=01b
0010 1000
VCNT=10b
0001 0100
VCNT=11b
1000 0010
Frame 2
HCNT
=00b
HCNT
=01b
HCNT
=10b
HCNT
=11b
Frame 3
HCNT
=00b
HCNT
=01b
HCNT
=10b
HCNT
=11b
VCNT=00b
0010 1000
VCNT=01b
0100 0001
VCNT=10b
1000 0010
VCNT=11b
0001 0100
Table 8. Grayscale Output for Red[7:5] = 001b
x,y x=0 x=1 x=2 x=3 x=4 x=5 x=6 x=7
etc.
y=0
01000001
y=1
00101000
y=2
00010100
y=3
10000010
y=401000100
y=5
00100010
y=600010001
y=710001000
etc.
Table 9. Grayscale Output for Red[7:5] = 001b, First Video Frame