Data Fields
Graphics_Display Struct Reference

This structure defines the characteristics of a display driver. More...

#include <grlib.h>

Collaboration diagram for Graphics_Display:
Collaboration graph
[legend]

Data Fields

int32_t size
 The size of this structure. More...
 
void * displayData
 A pointer to display driver-specific data. More...
 
uint16_t width
 The width of this display. More...
 
uint16_t heigth
 The height of this display. More...
 
const Graphics_Display_FunctionspFxns
 Implementation of this display. More...
 

Detailed Description

This structure defines the characteristics of a display driver.

Field Documentation

§ size

int32_t Graphics_Display::size

The size of this structure.

§ displayData

void* Graphics_Display::displayData

A pointer to display driver-specific data.

§ width

uint16_t Graphics_Display::width

The width of this display.

Referenced by Graphics_getDisplayWidth(), Graphics_getWidthOfDisplay(), and Graphics_initContext().

§ heigth

uint16_t Graphics_Display::heigth

The height of this display.

Referenced by Graphics_getDisplayHeight(), Graphics_getHeightOfDisplay(), and Graphics_initContext().

§ pFxns

const Graphics_Display_Functions* Graphics_Display::pFxns

The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated