User's Manual

Table Of Contents
LCD CONTROLLER S3C2450X RISC MICROPROCESSOR
22-16
2.4.13 4BPP display (Palette)
(BSWP = 0, HWSWP = 0)
D[31:28] D[27:24] D[23:20] D[19:16] D[15:12] D[11:8] D[7:4] D[3:0]
000H P1 P2 P3 P4 P5 P6 P7 P8
004H P9 P10 P11 P12 P13 P14 P15 P16
008H P17 P18 P19 P20 P21 P22 P23 P24
...
(BSWP = 1, HWSWP = 0)
D[31:28] D[27:24] D[23:20] D[19:16] D[15:12] D[11:8] D[7:4] D[3:0]
000H P7 P8 P5 P6 P3 P4 P1 P2
004H P15 P16 P13 P14 P11 P12 P9 P10
008H P23 P24 P21 P22 P19 P20 P17 P18
...
NOTE: The values of frame buffer are index of palette memory.
The MSB value of Palette memory is AEN bit.
AEN : Select Alpha value in Window 1 Alpha Value Register for alpha blending
AEN = 0 : ALPHA0_R/G/B values are applied.
AEN = 1 : ALPHA1_R/G/B values are applied.
Each pixel of LCD panel displays blended color with lower layer window.
Refer to the equation of alpha blending on page 22-22.