batch fixing ](/microbit/ -> ](/ links
This commit is contained in:
@ -4,11 +4,11 @@ An image for the micro:bit screen.
|
||||
|
||||
### @parent blocks/language
|
||||
|
||||
An *Image* is a matrix of pixels to show on the [LED screen](/microbit/device/screen)
|
||||
An *Image* is a matrix of pixels to show on the [LED screen](/device/screen)
|
||||
|
||||
### Block Editor: Show LEDs
|
||||
|
||||
To display an image using the [Block Editor](/microbit/blocks/editor):
|
||||
To display an image using the [Block Editor](/blocks/editor):
|
||||
|
||||
* click `Basic` , `Show LEDs`, and tap on the LEDs`
|
||||
* when you're done, return to your code
|
||||
@ -19,11 +19,11 @@ You should see code similar to this:
|
||||
|
||||
### Creating an image
|
||||
|
||||
To create an image that you can later modify, see the [create image](/microbit/reference/images/create-image) function.
|
||||
To create an image that you can later modify, see the [create image](/reference/images/create-image) function.
|
||||
|
||||
### Block editor: create and show images
|
||||
|
||||
To create images using the [Block editor](/microbit/blocks/editor):
|
||||
To create images using the [Block editor](/blocks/editor):
|
||||
|
||||
1. Click the **Images** category on the left.
|
||||
|
||||
@ -39,18 +39,18 @@ You should see code similar to this:
|
||||
|
||||
### Image functions
|
||||
|
||||
* [create image](/microbit/reference/images/create-image): create an image from a series of on/off LED states
|
||||
* [clear](/microbit/reference/basic/clear-screen): turn off all the pixels in an image
|
||||
* [pixel](/microbit/reference/images/pixel): get the state of a pixel in an image
|
||||
* [show-leds](/microbit/reference/basic/show-leds): show a single-frame image on the LED screen
|
||||
* [show image](/microbit/reference/images/show-image): show an image on the screen
|
||||
* [scroll image](/microbit/reference/images/scroll-image): scroll an image on the screen
|
||||
* [create image](/reference/images/create-image): create an image from a series of on/off LED states
|
||||
* [clear](/reference/basic/clear-screen): turn off all the pixels in an image
|
||||
* [pixel](/reference/images/pixel): get the state of a pixel in an image
|
||||
* [show-leds](/reference/basic/show-leds): show a single-frame image on the LED screen
|
||||
* [show image](/reference/images/show-image): show an image on the screen
|
||||
* [scroll image](/reference/images/scroll-image): scroll an image on the screen
|
||||
|
||||
### Lessons
|
||||
|
||||
* [smiley](/microbit/lessons/smiley)
|
||||
* [smiley](/lessons/smiley)
|
||||
|
||||
### See also
|
||||
|
||||
[Show LEDs](/microbit/reference/basic/show-leds), [create image](/microbit/reference/images/create-image), [show image](/microbit/reference/images/show-image), [LED screen](/microbit/device/screen)
|
||||
[Show LEDs](/reference/basic/show-leds), [create image](/reference/images/create-image), [show image](/reference/images/show-image), [LED screen](/device/screen)
|
||||
|
||||
|
Reference in New Issue
Block a user