Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
|
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 | |
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.
uint32_t gd_vertex_t::x |
point in X axis
uint32_t gd_vertex_t::y |
point in Y axis