In article <82858@palm-dev-forum>, [EMAIL PROTECTED] says... > > So do I understand the proposed strategy properly: > > 1. I should check color capabilities of the device using > WinScreenMode(winScreenModeGetSupportedDepths...). > 2. If it's monochrome (no 8 bpp mode), then the processor controls > the screen and I have to use LSSA and other DragonBall regs.
This isn't entirely safe. The Kyocera Smartphone QCP-6035 seems to be using an external LCD controller, as the phone processor can control the top half of the screen when the Palm CPU is turned off. So, this is a monochrome device where directly banging on LSSA won't work. (Note: I may be mistaken... but lots of people have had their program work oddly on this device, where they work fine on other monochrome Palm OS handhelds) -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
