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

Sets the orientation object to the specified screen

C
LIB_EXPORT laResult laScreen_SetOrientation(
    laScreen* scr, 
    laScreenOrientation ori
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to modify 
the new orientation setting 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite