pxt-calliope/docs/reference/led/plot-all.md

13 lines
190 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)