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

29 lines
493 B
Markdown

# beautiful image blocks activity
Generate and show a beautiful image.
## ~avatar avatar
Let's learn how to show an image on the LED screen.
## ~
We will use *show LEDs* to draw an image on the LED screen. This function immediately writes on the screen.
```blocks
basic.showLeds(`
# # # # #
# # . # #
# . # . #
# # . # #
# # # # #
`)
```
## ~avatar boothing
Excellent, you're ready to continue with the [challenges](/lessons/beautiful-image/challenges)!
## ~