Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 498 Bytes

clear-screen.md

File metadata and controls

27 lines (19 loc) · 498 Bytes

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