Specifications

Color LCD Controller (CLCDC)
ARM DDI 0287B Copyright © 2004, 2006 ARM Limited. All rights reserved. 5-11
Image format
The LCD frame buffer supports three packing formats, but the hardware cursor image
requirement has been simplified to support only LBBP. This is little-endian byte,
big-endian pixel for Windows CE mode.
The Image RAM start address (IBase) is
0x10120800
.
The displayed cursor coordinate system is expressed in terms of (X,Y). 64x64 is an
extension of the 32x32 format shown in Figure 5-6.
Figure 5-6 Hardware cursor image format
(0,0) (1,0) (2,0)
(0,1) (1,1) (2,1)
(0,2) (1,2) (2,2)
(29,0) (30,0) (31,0)
(29,1) (30,1) (31,1)
(29,2) (30,2) (31,2)
(0,29) (1,29) (2,29)
(0,30) (1,30) (2,30)
(0,31) (1,31) (2,31)
(29,29) (30,29) (31,29)
(29,30) (30,30) (31,30)
(29,31) (30,31) (31,31)
TOP
BOTTOM
LEFT RIGHT