David Smart / RA8875 Featured

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

Embed: (wiki syntax)

« Back to documentation index

ICOFILEHEADER Struct Reference

ICOFILEHEADER Struct Reference

Icon file type file header. More...

#include <Bitmap.h>

Data Fields

uint16_t Reserved_zero
 Always zero.
uint16_t icType
 1 for .ico, 2 for .cur
uint16_t icImageCount
 number of images in the file

Detailed Description

Icon file type file header.

Definition at line 104 of file Bitmap.h.


Field Documentation

uint16_t icImageCount

number of images in the file

Definition at line 108 of file Bitmap.h.

uint16_t icType

1 for .ico, 2 for .cur

Definition at line 107 of file Bitmap.h.

uint16_t Reserved_zero

Always zero.

Definition at line 106 of file Bitmap.h.