Clear Screen

Turn off all the LED lights on the LED screen.

basic.clearScreen()

Example: Vanishing heart

The following code shows a heart on the screen and then turns off all the LED lights.

basic.showLeds(`
. # . # . 
# # # # # 
# # # # # 
. # # # . 
. . # . . 
`)
basic.clearScreen()

See also

set brightness, unplot, plot, Image