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

RGBQUAD Struct Reference

RGBQUAD Struct Reference

An RGB Quad data type used by the bitmap driver. More...

#include <Bitmap.h>

Data Fields

uint8_t rgbBlue
 Blue value.
uint8_t rgbGreen
 Green value.
uint8_t rgbRed
 Red value.
uint8_t rgbReserved
 Reserved.

Detailed Description

An RGB Quad data type used by the bitmap driver.

Definition at line 81 of file Bitmap.h.


Field Documentation

uint8_t rgbBlue

Blue value.

Definition at line 83 of file Bitmap.h.

uint8_t rgbGreen

Green value.

Definition at line 84 of file Bitmap.h.

uint8_t rgbRed

Red value.

Definition at line 85 of file Bitmap.h.

uint8_t rgbReserved

Reserved.

Definition at line 86 of file Bitmap.h.