MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > b) Data Types and Constants > GFX_FrameBuffer Structure
MPLAB® Harmony Graphics Suite
GFX_FrameBuffer Structure

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

C
typedef struct GFX_FrameBuffer_t {
  GFX_PixelBuffer pb;
  GFX_BufferState state;
  GFX_Bool coherent;
  void* driver_data;
} GFX_FrameBuffer;
Remarks

None.

MPLAB® Harmony Graphics Suite