|
MSP Graphics Library
|
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_Functions * | pFxns |
| Implementation of this display. | |
This structure defines the characteristics of a display driver.