Hi All, I am trying to display a bitmap in 4-bit grayscale on a device running Palm OS 3.1 (with a Dragonball EZ processor). My understanding is that the display device and processor support 4-bits, but the OS does not.
I am able to get the supported depths using the following call, but it returns a supported depth of 2-bits: WinScreenMode(winScreenModeGetSupportedDepths, NULL, NULL, &supportedDepth, NULL); I have tried just setting the bit depth to 4-bits anyway. As expected, I get an error. I am assuming that I am going to have to access the processor registers directly or write directly to the screen. Is this correct?? I have found some applications that are able to do this, but no code. Does anyone know how to do this or where some code can be found? Thanks, April -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
