EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
DISPLAY_Geometry_t Struct Reference

Detailed Description

Display geometry specification.

Definition at line 89 of file display.h.

#include <display.h>

Data Fields

unsigned int height
 
unsigned int stride
 
unsigned int width
 

Field Documentation

unsigned int DISPLAY_Geometry_t::height

Pixel height of display.

Definition at line 94 of file display.h.

unsigned int DISPLAY_Geometry_t::stride

Total line width of display including pixels and controls words.

Definition at line 92 of file display.h.

unsigned int DISPLAY_Geometry_t::width

Pixel width of display.

Definition at line 91 of file display.h.


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