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

Hide the active screen. If the screen's persistent flag is set to true then the memory for the screen's widgets will not be deallocated. This will maintain the state of the screen.

C
LIB_EXPORT GFX_DEPRECATED laResult laContext_HideActiveScreen();
Returns

void

MPLAB® Harmony Graphics Suite