erase method
void
erase()
Marks the screen as needing a full erase on the next render.
Implementation
void erase() {
_clear = true;
}
Marks the screen as needing a full erase on the next render.
void erase() {
_clear = true;
}