bm_file_header_t Struct Reference


Detailed Description

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

Definition at line 55 of file bmp_lib.c.


Data Fields

unsigned int bfOffBits
 Offset in bytes where the bitmap data can be found.
unsigned int bfReserved
 Reserved. May be used by some software.
unsigned int bfSize
 Size of the bitmap file.
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).

Field Documentation

unsigned int bm_file_header_t::bfOffBits

Offset in bytes where the bitmap data can be found.

Definition at line 65 of file bmp_lib.c.

Referenced by display_bm(), and display_virtual_bm().

unsigned int bm_file_header_t::bfReserved

Reserved. May be used by some software.

Definition at line 63 of file bmp_lib.c.

unsigned int bm_file_header_t::bfSize

Size of the bitmap file.

Definition at line 61 of file bmp_lib.c.

Referenced by display_bm(), and display_virtual_bm().

unsigned short bm_file_header_t::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).

Definition at line 59 of file bmp_lib.c.

Referenced by display_bm(), and display_virtual_bm().


Generated on Wed May 7 16:03:17 2008 for AVR32114 Using the AVR32 LCD Controller by  doxygen 1.5.3-20071008