Microchip® Advanced Software Framework

bm_file_header_s Struct Reference

File header of a bitmap file. 14 bytes long, little endian representation and packed. See bitmap specification for more details.

Data Fields

unsigned int bfOffBits
 Offset in bytes where the bitmap data can be found. More...
 
unsigned int bfReserved
 Reserved. May be used by some software. More...
 
unsigned int bfSize
 Size of the bitmap file. More...
 
unsigned short bfType
 Magic number used to identify the bitmap file. Typical values for these 2 bytes are 0x42 0x4D (ASCII code points for B and M) More...
 

unsigned int bm_file_header_s::bfOffBits

Offset in bytes where the bitmap data can be found.

Referenced by load_sdram_data().

unsigned int bm_file_header_s::bfReserved

Reserved. May be used by some software.

unsigned int bm_file_header_s::bfSize

Size of the bitmap file.

unsigned short bm_file_header_s::bfType

Magic number used to identify the bitmap file. Typical values for these 2 bytes are 0x42 0x4D (ASCII code points for B and M)