oled 1.0
OLED Graphics Control Library
Loading...
Searching...
No Matches
DRAWING_Position_t Struct Reference

Represents a 2D drawing position. More...

#include <elements.h>

Data Fields

unsigned char x
unsigned char y

Detailed Description

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.

Field Documentation

◆ x

unsigned char x

X-coordinate of the drawing position

◆ y

unsigned char y

Y-coordinate of the drawing position


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