MPLAB® Harmony Graphics Suite
|
Set the buffer count for the current layer to the specified value
LIB_EXPORT laResult laLayer_SetBufferCount( laLayer* layer, uint32_t count );
Parameters |
Description |
laLayer* layer |
the layer |
uint32_t count |
the desired number of buffers |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|