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

21 lines
379 B
Markdown
Raw Normal View History

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