pxt-calliope/docs/reference/led/plot-all.md
2016-06-11 22:28:57 -04:00

13 lines
191 B
Markdown

# Plot All
Turn on all the 25 LEDs on the [LED screen](/device/screen).
```sig
led.plotAll()
```
### See also
[LED screen](/device/screen), [clear screen](/reference/basic/clear-screen)