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

point_t Struct Reference

point_t Struct Reference

type that manages x,y pairs More...

#include <DisplayDefs.h>

Data Fields

loc_t x
 x value in the point
loc_t y
 y value in the point

Detailed Description

type that manages x,y pairs

Definition at line 86 of file DisplayDefs.h.


Field Documentation

loc_t x

x value in the point

Definition at line 88 of file DisplayDefs.h.

loc_t y

y value in the point

Definition at line 89 of file DisplayDefs.h.