Quote:
Originally Posted by NiLuJe
* Sketch works, but it's not necessarily as speedy as it is on mxcfb, and it doesn't deal very well with the sheer amount of events the pen generates
|
It currently renders without any consideration for the time it might take for A2 to refresh the screen. I'll have to find a way to deal with the tempestuous event stream.
Quote:
Originally Posted by NiLuJe
* And speaking of Sketch, it appears to be dumping the full queue of WAIT_FOR ioctls on exit :?
|
Sketch uses specific render events for the fingers/pen that never wait for any of the existing update regions. I guess all the update regions are being waited for when the previous view becomes the current view and renders itself, since its rectangle covers the entire screen.