Point struct
LCD Drawing point (pixel) geometric definition
Syntax
typedef struct
{
int16_t X;
int16_t Y;
} Point;
Fields
geometric X position of drawing.
geometric Y position of drawing.
Examples
Point is referenced by 1 libraries and example projects: