![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Each page is divided vertically into 'bands'. This data leads each band information. More...
Data Fields | |
| uint8_t | record |
| uint8_t | number |
| uint16_t | width |
| uint16_t | height |
| uint8_t | compr |
| uint32_t | length |
Note the big endian notation of the multibyte members.
| uint8_t record |
Record type, always 0x0c, e.g. BAND_RECORD
| uint8_t number |
Band number 0...x
| uint16_t width |
Width in dots of the band data (big endian)
| uint16_t height |
Height in lines of the band data (usually 128), (big endian)
| uint8_t compr |
ID of the band's data compression algorithm
| uint32_t length |
Length of following band data in bytes (big endian)