The position of a pixel on a TFT display, given in Cartesian coordinates.
More...
#include <TFT.h>
The position of a pixel on a TFT display, given in Cartesian coordinates.
The coordinates are non-negative integers. The top-left of the screen is the origin, and the bottom-right is (W,H) where W and H are the width and height of the screen given by TFTDriver::getScreenWidth and TFTDriver::getScreenHeight, respectively.
◆ operator==()
| bool TFTPoint::operator== |
( |
const TFTPoint & | other | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: