clearDrawing()
Erase everything drawn with the draw… methods.
display.clearDrawing()
This clears the shapes drawn by drawRectangle(), drawLine(), and the other draw… methods. GUI objects added with add() are not affected.
Erase everything drawn with the draw… methods.
display.clearDrawing()
This clears the shapes drawn by drawRectangle(), drawLine(), and the other draw… methods. GUI objects added with add() are not affected.