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

Sets the layer's vsync flag.

C
LIB_EXPORT laResult laLayer_SetVSync(
    laLayer* layer, 
    laBool enable
);
Parameters
Parameters 
Description 
const laLayer* layer 
the layer 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite