pxt-ev3/docs/reference/brick/show-image.md
Galen Nickel 822227eb48 Brick ref topics 02 (#283)
* Add brick button topics

* Add the rest of the brick api
2018-01-30 20:58:18 -08:00

464 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(images.expressionsZzz)

See also

show image