pxt-calliope/docs/reference/basic/clear-screen.md
2016-04-13 08:27:45 -07:00

681 B

Clear Screen

Turn off all the LED lights on the LED screen.

basic.clearScreen()

Example: vanishing heart

The following code displays a heart on the screen and then turns off all the LED lights using clear screen:

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

Lessons

blink, flashing heart, screen wipe

See also

set brightness, unplot, plot, Image, clear