13 lines
190 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()
```
## See also
2016-03-25 16:47:20 -07:00
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