Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

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 112 of file Bitmap.h.


Field Documentation

uint32_t bfOffBits

Offset into file for the bitmap data.

Definition at line 121 of file Bitmap.h.

uint16_t biBitCount

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

Definition at line 119 of file Bitmap.h.

uint8_t biClrUsed

Number of colors used.

Definition at line 116 of file Bitmap.h.

uint8_t biHeight

Height of image.

Definition at line 115 of file Bitmap.h.

uint16_t biPlanes

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

Definition at line 118 of file Bitmap.h.

uint32_t biSizeImage

Size of image data.

Definition at line 120 of file Bitmap.h.

uint8_t biWidth

Width of image.

Definition at line 114 of file Bitmap.h.

uint8_t Reserved_zero

reserved placeholder for the structure footprint

Definition at line 117 of file Bitmap.h.