Sorry, what I mean't to say was "Things are faster now that it's turned off" all my bitmaps are small, there is no need for compression.
-----Original Message----- From: Aaron Ardiri [mailto:[EMAIL PROTECTED]] Sent: 28 May 2002 17:57 To: Palm Developer Forum Subject: RE: Drawing performance (was Access screen with Palm OS 4.0) On Tue, 28 May 2002, Idries Hamadi wrote: > Ah ha! I've just noticed that my src bitmaps were being compressed by pilrc. > DOH! Things are faster now (11-12fps using the API). This is probably not > fast enough though, so I'll be writing a blitter anyway. well, using WinDrawBitmap() is really suicide :) i wouldn't use that if Palm paid me :P heh.. try creating an offscreen window for your bitmaps and use WinCopyRectangle() to transfer :) then, you can still have compression :) // 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
