TetrisAnimation icon indicating copy to clipboard operation
TetrisAnimation copied to clipboard

draw routines should call startWrite/endWrite on display

Open altery opened this issue 4 years ago • 0 comments

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).

altery avatar Mar 06 '21 00:03 altery