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