578 B
578 B
Plot LEDs
Display an Image on the @boardname@'s LED screen.
basic.showLeds(`
. . . . .
. # . # .
. . # . .
# . . . #
. # # # .
`)
Parameters
- leds - a series of LED on/off states that form an image (see steps below)
Example: smiley
basic.showLeds(`
. . . . .
. # . # .
. . # . .
# . . . #
. # # # .
`)