>Subject: Re: bitmaps depth >From: "Amir Kirshenboim" <[EMAIL PROTECTED]> >Date: Thu, 25 Apr 2002 14:12:03 +0200 >but i am changing the screen depth to the maximum supported screen depth in >my app start (and setting it back when quiting) ao what kind of screen depth >does devices running os3.1 and later have ? >What devices have a maximum supported screen depth of only 1bit or even >2bit <SNIP>
Unless you are specifically targetting pre-3.5 devices, it doesn't make sense to change the screen density for pre-3.5 devices. So just assume 1 bit depth on pre-3.5 devices. For 3.5 and later OS, use the supported API's to find out the supported bit depth and color support, then act accordingly. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
