DLPU116 November 2024 DLPC3420
Table 3-21 describes the return parameters.
Parameter Bytes | Description |
---|---|
Byte 1 | Splash image width in pixels (LSByte) |
Byte 2 | Splash image width in pixels (MSByte) |
Byte 3 | Splash image height in pixels (LSByte) |
Byte 4 | Splash image height in pixels (MSByte) |
Byte 5 | Splash image size in bytes (LSByte) |
Byte 6 | Splash image size in bytes |
Byte 7 | Splash image size in bytes |
Byte 8 | Splash image size in bytes (MSByte) |
Byte 9 | Pixel format |
Byte 10 | Compression type |
Byte 11 | Color order |
Byte 12 | Chroma order |
Byte 13 | Byte order |
Parameter definitions are referenced in Table 3-22.
Parameter | Values |
---|---|
Pixel format | 0h = 24-bit RGB unpacked (not used) 1h = 24-bit RGB packed (not used) 2h = 16-bit RGB 5-6-5 3h = 16-bit YCbCr 4:2:2 |
Compression type | 0h = Uncompressed 1h = RGB RLE compressed 2h = User-defined (not used) 3h = YUV RLE compressed |
Color order | 0h = 00RRGGBB 1h = 00GGRRBB |
Chroma order | 0h = Cr is first pixel 1h = Cb is first pixel |
Byte order | 0h = Little endian 1h = Big endian |