pxt-calliope/docs/lessons/beautiful-image/tutorial.md
Sam El-Husseini e3975e65e5 pxt-microbit Accessibility PR (#529)
* Accessibility changes
2017-09-07 13:42:08 -07:00

665 B

beautiful image blocks challenges

Beautiful Image tutorial.

~avatar avatar

@video td/videos/beautiful-image-0

Rebuild the game!

The blocks have been shuffled! Put them back together so that…

  • display images on the screen with show LEDs
basic.showLeds(`
    # # # # #
    # # . # #
    # . # . #
    # # . # #
    # # # # #
    `)
basic.showLeds(`
    # . # . #
    . # # # .
    . . # . .
    . # # # .
    # . # . #
    `)
basic.pause(100)

Hints and tips

Cut out these documentation cards to help you!

basic.showLeds(`
    . . . . .
    . . . . .
    . . # . .
    . . . . .
    . . . . .
    `)
basic.pause(100)