Display area coordinates. More...
Display area coordinates.
Definition at line 48 of file disp_dev.h.
#include <disp_dev.h>
Data Fields | |
uint16_t | x1 |
Horizontal start position (included) | |
uint16_t | x2 |
Horizontal end position (included) | |
uint16_t | y1 |
Vertical start position (included) | |
uint16_t | y2 |
Vertical end position (included) | |
uint16_t disp_dev_area_t::x1 |
Horizontal start position (included)
Definition at line 49 of file disp_dev.h.
uint16_t disp_dev_area_t::x2 |
Horizontal end position (included)
Definition at line 50 of file disp_dev.h.
uint16_t disp_dev_area_t::y1 |
Vertical start position (included)
Definition at line 51 of file disp_dev.h.
uint16_t disp_dev_area_t::y2 |
Vertical end position (included)
Definition at line 52 of file disp_dev.h.