At 8:42 PM -0800 1999/03/31, Stephen Best wrote:
>> That is: SysLCDContrast(true, SysLCDContrast(false, 0));
>
>Bob,
>
>The above goes after ScrDisplayMode (scrDisplayModeSetToDefaults, ...)?

Well, I think Bob was just demonstrating the concept --> get the value, change the 
contrast, set the value. Like this:

  {
    Byte theContrast = SysLCDContrast(false, 0);
    ScrDisplayMode(blah blah blah);
    SysLCDContrast(true, theContrast);
  }

Regards,

Jim Schram
3Com/Palm Computing
Partner Engineering

Reply via email to