Migrate docs from the other repo
This commit is contained in:
20
docs/reference/led/screenshot.md
Normal file
20
docs/reference/led/screenshot.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Screenshot
|
||||
|
||||
Make an [Image](/microbit/reference/image/image) out of the current state of the [LED screen](/microbit/device/screen).
|
||||
|
||||
```sig
|
||||
led.screenshot();
|
||||
```
|
||||
|
||||
### Parameters
|
||||
|
||||
* none
|
||||
|
||||
### Returns
|
||||
|
||||
* an [Image](/microbit/reference/image/image) of what is currently visible on the [LED screen](/microbit/device/screen)
|
||||
|
||||
### See also
|
||||
|
||||
[create image](/microbit/reference/images/create-image), [LED screen](/microbit/device/screen),
|
||||
|
Reference in New Issue
Block a user