Logo
MSP Graphics Library
Graphics_Display Struct Reference

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

#include <grlib.h>

Data Fields

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

Detailed Description

This structure defines the characteristics of a display driver.


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