Plot LEDs

Display an Image on the Calliope mini’s LED screen. NOTE: basic -> plot image has been replaced by basic -> show leds.

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

Parameters

Example: smiley

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

See also

show animation, image, show image, scroll image

Edit this page on GitHub