Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
Loading...
Searching...
No Matches
gd_vertex_t Struct Reference

Structure used to support the creation of polylines. In normal use, this is declared as an array, with X and Y points to build lines, between this lines. More...

#include <GraphicDisplay.h>

Data Fields

uint32_t x
 point in X axis
 
uint32_t y
 point in Y axis
 

Detailed Description

Structure used to support the creation of polylines. In normal use, this is declared as an array, with X and Y points to build lines, between this lines.

Field Documentation

◆ x

uint32_t gd_vertex_t::x

point in X axis

◆ y

uint32_t gd_vertex_t::y

point in Y axis


The documentation for this struct was generated from the following file: