Function


nuGfxDisplayOn


Syntax

void nuGfxDisplayOn(void)
Arguments
None
Return Value
None
Description

Displays the screen

Displays the screen using timing for switching to the next frame buffer. Executes the graphics task by specifying NU_SC_SWAPBUFFER using the nuGfxTaskStart function, and displays the screen when the graphics task is completed.

See Also

nuGfxDisplayOff