>Follow up question:
>
>Reading a little bit more, I have found information about how all apps are
>1-bit by default, but that they can place themselves in 2 or 4 bits if
>desired, giving access to greyscale.
>
>Okay, how do I do that? I assume it's something simple and I'm just missing
>it.
ScrDisplayMode() is the routine that'll tell you what depths the screen
supports, and will let you switch to two-bit mode if you want/need. (Be
careful you don't do it if the screen is already in 8-bit mode like it'd be
on a Palm IIIc device by default, though.)
ScrDisplayMode() was renamed WinScreenMode() in the 3.5 SDK for
consistency, but they're the same routine.
The ColorDeal sample code might be useful to you, as would the "Seeing
Gray" whitepaper on the KnowledgeBase.
-David Fedor
Palm Developer Support
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html