2016-03-25 16:47:20 -07:00
# beautiful image lesson
2016-11-01 10:42:42 -07:00
Display beautiful images on the @boardname @.
2016-03-25 16:47:20 -07:00
## Topic
Show LEDs
## Quick Links
2016-04-13 08:27:45 -07:00
* [activity ](/lessons/beautiful-image/activity )
* [challenges ](/lessons/beautiful-image/challenges )
2016-03-25 16:47:20 -07:00
## Prior learning/place of lesson in scheme of work
2016-11-01 10:42:42 -07:00
Learn how to **show LEDs** , to show an image on the @boardname @'s LED screen. We will be learning how to Show LEDs using simple commands such as Show LEDs and pause.
2016-03-25 16:47:20 -07:00
## Documentation
2016-04-04 22:33:13 -07:00
```cards
2016-03-29 15:59:00 -07:00
basic.showLeds(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`)
basic.pause(100)
```
2016-03-25 16:47:20 -07:00
2016-03-29 15:59:00 -07:00
## Objectives
2016-03-25 16:47:20 -07:00
2016-11-01 17:44:37 -07:00
* learn how to display an image on the @boardname @'s LED screen
2016-03-29 15:59:00 -07:00
* learn how to pause your code for the specified number of milliseconds
2016-03-25 16:47:20 -07:00