|
ESP32VGA
ESP32 VGA Controller and Graphics Library
|
Represents a rectangle. More...
#include <VGAController.h>
Public Attributes | |
| int16_t | X1 |
| int16_t | Y1 |
| int16_t | X2 |
| int16_t | Y2 |
Represents a rectangle.
Top and Left coordinates start from 0.
| int16_t ESP32VGA::Rect_t::X1 |
Horizontal top-left coordinate.
| int16_t ESP32VGA::Rect_t::X2 |
Horizontal bottom-right coordinate
| int16_t ESP32VGA::Rect_t::Y1 |
Vertical top-left coordinate.
| int16_t ESP32VGA::Rect_t::Y2 |
Vertical bottom-right coordinate
1.8.14