On Sat, 6 Apr 2002, Ben Combee wrote: > > 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.
banging LSSA wont work if there is an external LCD controller at all. LSSA only works if the CPU controls the LCD display. :) see the reason why palm needs to provide some way of detecting this? // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
