clearScreen method

void clearScreen()

Clears the physical screen on the next draw.

Implementation

void clearScreen() {
  _renderer.erase();
}