SPD | Transparent pixel processing |
0 | Transparent pixel enabled, does not draw transparent color code, |
1 | Transparent pixel disabled, transparent color code is not processed, |
The relationship between the color mode and transparent color code is as follows. The number of bits of the transparent color code differs in color mode.
Color Mode | Transparent Color Code | |
0 | 16 colors (color bank mode) | 0H (4 bits) |
1 | 16 colors (lookup table mode) | 0H (4 bits) |
2 | 64 colors (color bank mode) | 00H (8 bits) |
3 | 128 colors (color bank mode) | 00H (8 bits) |
4 | 256 colors (color bank mode) | 00H (8 bits) |
5 | 32768 colors (RGB mode) | 0000H (16 bits) |