Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more
Fork of SPI_TFT by
rect_t Struct Reference
Data type that manages rectangles, which are pairs of points. More...
#include <DisplayDefs.h>
Data Fields | |
point_t | p1 |
p1 defines one point on the rectangle | |
point_t | p2 |
p2 defines the opposite point on the rectangle |
Detailed Description
Data type that manages rectangles, which are pairs of points.
- Note:
- It is recommended that p1 contains the top-left point and p2 contains the bottom-right point, even though it should not matter.
Definition at line 97 of file DisplayDefs.h.
Field Documentation
p1 defines one point on the rectangle
Definition at line 99 of file DisplayDefs.h.
p2 defines the opposite point on the rectangle
Definition at line 100 of file DisplayDefs.h.
Generated on Tue Jul 12 2022 17:28:36 by
