MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_SetBufferCount Function
MPLAB® Harmony Graphics Suite
laLayer_SetBufferCount Function

Set the buffer count for the current layer to the specified value

C
LIB_EXPORT laResult laLayer_SetBufferCount(
    laLayer* layer, 
    uint32_t count
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
uint32_t count 
the desired number of buffers 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite