An image for the Calliope mini screen.
An Image is a matrix of pixels to show on the LED screen
To display an image:
Basic
, Show LEDs
, and tap on the LEDs`basic.showLeds(`
. . . . .
. # . # .
. . . . .
# . . . #
. # # # .
`)
To create an image that you can later modify, see the create image function.
Click the Images category on the left.
Drag and drop the show image block into your code.
Drag and drop the create image or create big image block onto the show image block so that they connect.
Make an image on the create image block by clicking on the squares.
You should see code similar to this: