KSM edits to RA8875

Dependents:   Liz_Test_Code

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 74 of file DisplayDefs.h.


Field Documentation

loc_t x

x value in the point

Definition at line 76 of file DisplayDefs.h.

loc_t y

y value in the point

Definition at line 77 of file DisplayDefs.h.