![]() |
![]() |
This structure defines the characteristics of a display driver. More...
#include <grlib.h>
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_Functions * | pFxns |
Implementation of this display. More... | |
This structure defines the characteristics of a display driver.
int32_t Graphics_Display::size |
The size of this structure.
void* Graphics_Display::displayData |
A pointer to display driver-specific data.
uint16_t Graphics_Display::width |
The width of this display.
Referenced by Graphics_getDisplayWidth(), Graphics_getWidthOfDisplay(), and Graphics_initContext().
uint16_t Graphics_Display::heigth |
The height of this display.
Referenced by Graphics_getDisplayHeight(), Graphics_getHeightOfDisplay(), and Graphics_initContext().
const Graphics_Display_Functions* Graphics_Display::pFxns |
Implementation of this display.
Referenced by Graphics_clearDisplayOnDisplay(), Graphics_drawHorizontalLineOnDisplay(), Graphics_drawMultiplePixelsOnDisplay(), Graphics_drawPixelOnDisplay(), Graphics_drawVerticalLineOnDisplay(), Graphics_fillRectangleOnDisplay(), Graphics_flushOnDisplay(), Graphics_initContext(), and Graphics_translateColorOnDisplay().