MPLAB® Harmony Graphics Suite
|
Structure: GFX_FrameBuffer_t
pb - The pixel buffer description of the frame buffer. state - The state of the frame buffer. coherent - Indicates if the frame buffer is allocated from coherent dynamic memory
typedef struct GFX_FrameBuffer_t { GFX_PixelBuffer pb; GFX_BufferState state; GFX_Bool coherent; void* driver_data; } GFX_FrameBuffer;
None.
MPLAB® Harmony Graphics Suite
|