MPLAB® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
gfxDisplayDriver Struct Reference

This struct represents the display driver interface. More...

Collaboration diagram for gfxDisplayDriver:

Data Fields

void(* update )(void)
 
gfxResult(* blitBuffer )(int32_t x, int32_t y, gfxPixelBuffer *buf)
 
gfxDriverIOCTLResponse(* ioctl )(gfxDriverIOCTLRequest request, void *arg)
 

Detailed Description

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.

See also
implementations:
  • drv_gfx_lcc_ftl.h
  • drv_gfx_glcd.h
  • drv_gfx_external_controller_ftl.h

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