Here's my code, I intended to turn off the LCD programmatically, but they are not working
Err err = SysLibLoad( kHWUtilsType, kHWUtilsCreator, &HWURef );
if ( err == 0 )
{
loaded = true;
}
HWUOpen( HWURef );
Err err = HWUEnableDisplay( HWURef, false );
HWUClose( HWURef );
if ( loaded )
{
SysLibRemove( HWURef );
}
Can somebody help me out?
Thanks in advance.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
