Function

nuGfxTaskMgrInit

Syntax
void nuGfxTaskMgrInit(void)

Argument

None

Return Value
None

Explanation
Initialize and start the graphics task manager.

Normally, it is not necessary to call this from the application since it is called within the nuGfxInit function. When a customized function is created in place of the nuGfxInit function, the graphics task manager can be started using this function.


See Also

nuGfxInit