Loading...
Searching...
No Matches
disp_dev_area_t Struct Reference

Display area coordinates. More...

Detailed Description

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)
 

Field Documentation

◆ x1

uint16_t disp_dev_area_t::x1

Horizontal start position (included)

Definition at line 49 of file disp_dev.h.

◆ x2

uint16_t disp_dev_area_t::x2

Horizontal end position (included)

Definition at line 50 of file disp_dev.h.

◆ y1

uint16_t disp_dev_area_t::y1

Vertical start position (included)

Definition at line 51 of file disp_dev.h.

◆ y2

uint16_t disp_dev_area_t::y2

Vertical end position (included)

Definition at line 52 of file disp_dev.h.


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