13 lines
191 B
Markdown
13 lines
191 B
Markdown
# Plot All
|
|
|
|
Turn on all the 25 LEDs on the [LED screen](/device/screen).
|
|
|
|
```sig
|
|
led.plotAll()
|
|
```
|
|
|
|
### See also
|
|
|
|
[LED screen](/device/screen), [clear screen](/reference/basic/clear-screen)
|
|
|