Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 15:18:40 -07:00
parent 2c09b7794f
commit ad6ef04b1f
4 changed files with 24 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Make a big [image](/reference/images/image) (picture) for the micro:bit
[LED screen](/device/screen). The big image made of two squares.
Each of the squares is five LEDs on a side, like a regular image.
```blocks
```sig
images.createBigImage(`
. . # . . . . # . .
. # # # . . . # . .
@ -14,6 +14,12 @@ images.createBigImage(`
`);
```
### Parameters
* ``leds`` is a [string](/reference/types/string) that says which LEDs
on the screen should be on and which should be off.
### Example: Flip-flopping arrow
This program makes a big image with a picture of an arrow pointing up,