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

Returns the layer swap sync setting for the specified screen

C
LIB_EXPORT laBool laScreen_GetLayerSwapSync(
    laScreen* scr
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to reference 
Returns

laBool - the sync setting

MPLAB® Harmony Graphics Suite