Extends FrameBuf with ability to draw via draw_iter() to an origin point that isn't (0, 0).
This allows creation of multiple smaller FrameBufs to buffer smaller rectangular regions, which greatly increases refresh rate from not having to redraw static portions of the display.
Extends
FrameBuf
with ability to draw viadraw_iter()
to an origin point that isn't (0, 0).This allows creation of multiple smaller
FrameBuf
s to buffer smaller rectangular regions, which greatly increases refresh rate from not having to redraw static portions of the display.