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

JRECT Struct Reference

JRECT Struct Reference

Rectangular structure definition for the jpeg engine. More...

#include <GraphicsDisplayJPEG.h>

Data Fields

loc_t left
 left coord
loc_t right
 right coord
loc_t top
 top coord
loc_t bottom
 bottom coord

Detailed Description

Rectangular structure definition for the jpeg engine.

Definition at line 59 of file GraphicsDisplayJPEG.h.


Field Documentation

loc_t bottom

bottom coord

Definition at line 63 of file GraphicsDisplayJPEG.h.

loc_t left

left coord

Definition at line 60 of file GraphicsDisplayJPEG.h.

loc_t right

right coord

Definition at line 61 of file GraphicsDisplayJPEG.h.

loc_t top

top coord

Definition at line 62 of file GraphicsDisplayJPEG.h.