pxt-ev3/docs/reference/brick/show-image.md
Galen Nickel 4f70d341e4 Start on the 'brick' api topics (#280)
* Start on the 'brick' api topics

* Add the delay to clear screen example

* Better output for clearsceen example
2018-01-30 17:02:22 -08:00

463 B

show Image

Show an image on the brick's display.

brick.showImage(images.expressionsBigSmile);

You can choose one of several images to show on the display.

Parameters

image: A image to show on the brick's display. Use the image picker to choose the image you want to show.

Example

Show a sleeping image on the brick's display.

brick.showImage(image.expressionsZzz)

See also

show image