Function


nuScSetFrameBufferNum

Syntax
void nuScSetFrameBufferNum(u8 frameBufferNum)

Argument

Return Value
None

Explanation
Sets number of frame buffers

Sets the number of color frame buffers in the scheduler. When the value set is 1, (in the case of a single frame buffer), the graphics task will not execute a wait for empty frame buffers. When not using a single frame buffer, there is no particular need to set this.

When using the nuGfxSetCfb function, call this function inside the function and set an appropriate value.