At 10:18 AM -0700 10/22/99, Jim Murff wrote:
>I have used ScrDisplayMode() to go to 2-bit display mode rather than
>poking the LCD registers directly, as described in articles I found in
>the Knowledge Base. Double buffering is implemented by flipping the
>Screen Start Address (SSA, 0xFFFFFA00) register between two areas
>allocated with MemHandleNew().
This will not even work on all devices that use the Motorola 328 CPU. It
will only work on devices that use the LCD controller that's in the 328.
Because the 328 LCD controller will not drive color LCDs, I think it's a
safe bet to assume that some other LCD controller will drive any color
device.
OS 3.5 has new API in the hardware access layer to allow you to change the
screen address. But it's not really something we support...
--Bob