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

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.

C
Parameters
Parameters 
Description 
laScreen* scr 
the screen to show 
Returns

void

MPLAB® Harmony Graphics Suite