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

13 lines
191 B
Markdown
Raw Normal View History

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()
```
### 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