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
- Re: Bug in OS 3.1 Kenneth Albanowski
- Re: Bug in OS 3.1 Dave Lippincott
- Re: Bug in OS 3.1 Bob Ebert
- Re: Bug in OS 3.1 Bob Ebert
- Re: Bug in OS 3.1 Dave Lippincott
- Re: Bug in OS 3.1 David Tribble
- Re: Bug in OS 3.1 Bob Ebert
- Re: Bug in OS 3.1 Kenneth Albanowski
- Re: Bug in OS 3.1 Bob Ebert
- Re: Bug in OS 3.1 Stephen Best
- Re: Bug in OS 3.1 Jim Schram
- Re: Bug in OS 3.1 Dave Lippincott
- Re: Bug in OS 3.1 Stephen Best
- Re: Bug in OS 3.1 Bob Ebert
- Re: Bug in OS 3.1 Stephen Best
- Re: Bug in OS 3.1 Bob Ebert
