KSM edits to RA8875

Dependents:   Liz_Test_Code

Embed: (wiki syntax)

« Back to documentation index

ICODIRENTRY Struct Reference

ICODIRENTRY Struct Reference

Icon file type directory entry structure. More...

#include <Bitmap.h>

Data Fields

uint8_t biWidth
 Width of image.
uint8_t biHeight
 Height of image.
uint8_t biClrUsed
 Number of colors used.
uint8_t Reserved_zero
 reserved placeholder for the structure footprint
uint16_t biPlanes
 Number of color planes (ICO should be 0 or 1, CUR horz hotspot.
uint16_t biBitCount
 Number of bits per pixel (ICO bits per pixel, CUR vert hotspot.
uint32_t biSizeImage
 Size of image data.
uint32_t bfOffBits
 Offset into file for the bitmap data.

Detailed Description

Icon file type directory entry structure.

Definition at line 92 of file Bitmap.h.


Field Documentation

uint32_t bfOffBits

Offset into file for the bitmap data.

Definition at line 101 of file Bitmap.h.

uint16_t biBitCount

Number of bits per pixel (ICO bits per pixel, CUR vert hotspot.

Definition at line 99 of file Bitmap.h.

uint8_t biClrUsed

Number of colors used.

Definition at line 96 of file Bitmap.h.

uint8_t biHeight

Height of image.

Definition at line 95 of file Bitmap.h.

uint16_t biPlanes

Number of color planes (ICO should be 0 or 1, CUR horz hotspot.

Definition at line 98 of file Bitmap.h.

uint32_t biSizeImage

Size of image data.

Definition at line 100 of file Bitmap.h.

uint8_t biWidth

Width of image.

Definition at line 94 of file Bitmap.h.

uint8_t Reserved_zero

reserved placeholder for the structure footprint

Definition at line 97 of file Bitmap.h.