17 lines
277 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07: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)