GX_Power2D


C Specification

#include <nitro/gx/gx.h>

void GX_Power2D(BOOL enable);

Description

This function controls both the main and sub 2D graphics engine. The 2D graphics engine stops when the argument is FALSE; it operates for all other values. Electrical consumption can be controlled by stopping the engine.

Arguments

enable When FALSE, 2D graphics engine stops

Return Values

None

See Also

GX_SetPower, GX_PowerGeometry, GX_PowerRender, PM_SetLCDPower

Revision History

02/09/2004 Changed so that both the main and sub 2D controllers can be turned ON/OFF
01/19/2004 Initial Version