erase method

void erase()

Marks the screen as needing a full erase on the next render.

Implementation

void erase() {
  _clear = true;
}