MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT GFX_DEPRECATED laResult laScreen_Hide( laScreen* scr );
Parameters |
Description |
laScreen* scr |
the screen to hide |
MPLAB® Harmony Graphics Suite
|