pxt-calliope/docs/reference/led/screenshot.md

21 lines
379 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# Screenshot
2016-04-15 15:02:26 -07:00
Make an [Image](/reference/images/image) out of the current state of the [LED screen](/device/screen).
2016-03-25 16:47:20 -07:00
```sig
led.screenshot();
```
## Parameters
2016-03-25 16:47:20 -07:00
* none
## Returns
2016-03-25 16:47:20 -07:00
2016-04-15 15:02:26 -07:00
* an [Image](/reference/images/image) of what is currently visible on the [LED screen](/device/screen)
2016-03-25 16:47:20 -07:00
## See also
2016-03-25 16:47:20 -07:00
2016-04-13 08:27:45 -07:00
[create image](/reference/images/create-image), [LED screen](/device/screen),
2016-03-25 16:47:20 -07:00