MPLAB® Harmony Graphics Suite
|
Structure: laLayerBuffer_t
Structure to maintain the buffer type and track the buffer location for each layer
typedef struct laLayerBuffer_t { laLayerBufferType type; void* address; } laLayerBuffer;
None.
MPLAB® Harmony Graphics Suite
|