17 lines
277 B
Markdown
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)
|
|
|