pxt-calliope/docs/reference/led/plot-all.md
2016-04-13 08:27:45 -07:00

17 lines
241 B
Markdown

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