17 lines
241 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# Plot All
2016-04-13 08:27:45 -07:00
Turn on all the 25 LEDs on the [LED screen](/device/screen).
2016-03-25 16:47:20 -07:00
```sig
led.plotAll()
```
### Lessons
2016-04-13 08:27:45 -07:00
[night light](/lessons/night-light)
2016-03-25 16:47:20 -07:00
### See also
2016-04-13 08:27:45 -07:00
[LED screen](/device/screen), [clear screen](/reference/basic/clear-screen)
2016-03-25 16:47:20 -07:00