MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_LayerWriteBuffer Function
MPLAB® Harmony Graphics Suite
GFX_LayerWriteBuffer Function
C
GFX_PixelBuffer* GFX_LayerWriteBuffer(
    GFX_Layer* layer
);
Parameters
Parameters 
Description 
GFX_Layer* 
the pointer to the layer 
Returns

GFX_PixelBuffer* - the pointer to the write pixel buffer

MPLAB® Harmony Graphics Suite