Function

nuGfxDisplayOn

Syntax
void nuGfxDisplayOn(void)

Arguments
None

Return Value
None

Explanation
Display the screen.

Display the screen using timing for switching to the next frame buffer. Execute the graphics task by specifying NU_SC_SWAPBUFFER using the nuGfxTaskStart function, and displaying the screen when the graphics task is completed.


See Also
nuGfxDisplayOff