pxt-calliope/docs/reference/led/plot-all.md
2016-03-25 16:47:20 -07:00

17 lines
277 B
Markdown

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