oled 1.0
OLED Graphics Control Library
|
Represents a 2D drawing position. More...
#include <elements.h>
Data Fields | |
unsigned char | x |
unsigned char | y |
Represents a 2D drawing position.
This structure holds the x and y coordinates for a position in a 2D space, used for drawing or graphical positioning.
unsigned char x |
X-coordinate of the drawing position
unsigned char y |
Y-coordinate of the drawing position