#include <nitro/spi.h>
PMLCDPower PM_GetLCDPower( void );
This function gets the LCD switch state.
This function is accessed by the GX_POWCNT register.
None.
This function returns the LCD switch state using the following values:
PM_LCD_POWER_ON |
LCD is switched ON |
PM_LCD_POWER_OFF |
LCD is switched OFF |
08/07/2004 Initial version