pxt-calliope/docs/reference/led/plot-all.md

17 lines
277 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# 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)