On Sat, Jun 21, 2003 at 03:46:36PM -0400, Alexander R. Pruss wrote: > Finally, I actually looked at a full-screen image. :-) It didn't work > all that well with my build from cvs. It was an image that got reduced in > depth to 2. But that's not the problem. The problem was that as the > image was being drawn, the NX70V (same issue on NX60 and on Clie sim) > screen flashed a number of times, as if the screen mode was being changed > back and forth. Weird. At one point, I got an overlocked chunk error, > too, as I looked at another image.
Try setting your screen depth to 8bpp, the flickering will go away. It's a known issue... Basically there's not enough space in the dynamic heap for a 320x320x16 image. I do have some ideas though, due in part to the Kinoma memory example posted on the Sony developers site. > It worked ALMOST fine with Adam's latest hires release, except that the > BACK button only showed when I was pressing down the stylus on the screen. That's not a bug, it's a feature! :) The back button is still clickable, regardless of appearing.. it just so chooses to hide itself so the user can see whats under it :) -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
