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

Sets the mirror setting for the specified screen

C
LIB_EXPORT laResult laScreen_SetMirrored(
    laScreen* scr, 
    laBool mirr
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to modify 
the mirror setting 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite