

#include <nitro/gx/gx.h>void GX_DispOff(void);None.
None.
This function turns OFF output to the LCD for the main graphics engine (2D/3D/VRAM Display/Main Memory Display).
PM_SetLCDPower FunctionIf the power supply to the LCD module is turned off by running PM_SetLCDPower( PM_LCD_POWER_OFF ) less than two frames (stated precisely, fewer than two V-Blanks) after the screen was turned OFF by this function, to avoid afterimages you must wait through two V-Blanks before turning the screen ON.
2008/06/25 Added a description of the interval with the PM_SetLCDPower function.
2004/02/09 Initial version.
CONFIDENTIAL