MPLAB® Harmony Graphics Suite
|
The function makes sure that the specified screen is not already active, creates it if it is is not already created, sets the appropriate color mode, make it active and call the show callback function pointer.
LIB_EXPORT GFX_DEPRECATED laResult laScreen_Show( laScreen* scr );
Parameters |
Description |
laScreen* scr |
the screen to show |
void
MPLAB® Harmony Graphics Suite
|