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

This operation will tear down the existing layer state of the driver if necessary and rebuild the frame buffers if the existing buffers can not be reused. This operation can be potentially slow and expensive. Widgets can be used to simulate screen transitions as applicable.

C
LIB_EXPORT laResult laContext_SetActiveScreen(
    uint32_t id
);
Returns

void

MPLAB® Harmony Graphics Suite