561 B
561 B
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 using clear screen
:
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .
`)
basic.clearScreen()