ESP32VGA
ESP32 VGA Controller and Graphics Library
Public Attributes | List of all members
ESP32VGA::Point_t Struct Reference

Represents the coordinate of a point. More...

#include <VGAController.h>

Public Attributes

int16_t X
 
int16_t Y
 

Detailed Description

Represents the coordinate of a point.

Coordinates start from 0.

Member Data Documentation

◆ X

int16_t ESP32VGA::Point_t::X

Horizontal coordinate.

◆ Y

int16_t ESP32VGA::Point_t::Y

Vertical coordinate.


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