Is there a big difference between drawing multiple smaller offscreen bitmaps vs one big screen size ofscreen bitmap?
I'm currently doing the last one, but I'm wonder if it would make sense doing individual offscreen bitmaps for all the elements I don't want to redraw every onupdate?