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

The function makes sure that the specified screen is currently active, hides the screen by calling the hide callback function pointer, if the persistent flag is not marked for that screen, delete the screen and free memory. Reset or turn off the Layers allocated for the screen.

C
Parameters
Parameters 
Description 
laScreen* scr 
the screen to hide 
Returns
MPLAB® Harmony Graphics Suite