Image

An image for the Calliope mini screen.

An Image is a matrix of pixels to show on the LED screen

Block Editor: Show LEDs

To display an image:

basic.showLeds(`
    . . . . .
    . # . # .
    . . . . .
    # . . . #
    . # # # .
    `)

Creating an image

To create an image that you can later modify, see the create image function.

  1. Click the Images category on the left.

  2. Drag and drop the show image block into your code.

  3. Drag and drop the create image or create big image block onto the show image block so that they connect.

  4. Make an image on the create image block by clicking on the squares.

You should see code similar to this:

Image functions

See also

Show LEDs, create image, show image, LED screen

Edit this page on GitHub