TetrisAnimation
TetrisAnimation copied to clipboard
draw routines should call startWrite/endWrite on display
Hi, I think it would be useful if the draw routines (drawText, drawNumbers) call display->startWrite and display->endWrite at the beginning and end of the routines. This would allows the backing renderer to perform optimizations (for example flushing the frame to the bus after all pixels are configured).