MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents the display driver interface. More...
Data Fields | |
void(* | update )(void) |
gfxResult(* | blitBuffer )(int32_t x, int32_t y, gfxPixelBuffer *buf) |
gfxDriverIOCTLResponse(* | ioctl )(gfxDriverIOCTLRequest request, void *arg) |
This struct represents the display driver interface.
Establishes the interface for a Legato display driver. All drivers must, at a minimum, implement these interfaces. Interfaces with gfxResult can return unsuccessful if not supported.