removing hashtags from docs

This commit is contained in:
Peli de Halleux
2016-04-01 16:22:47 -07:00
parent 64eec2875b
commit 9f4a121829
268 changed files with 268 additions and 274 deletions

View File

@ -1,6 +1,6 @@
# Image
An image for the micro:bit screen. #docs #image #screen #LED
An image for the micro:bit screen.
### @parent blocks/language

View File

@ -1,6 +1,6 @@
# Pixel
The pixel function. #pixel #image #docs
The pixel function.
Get the state of a pixel in an [Image](/microbit/reference/image/image).

View File

@ -1,6 +1,6 @@
# Plot Frame
The plot frame function. #plotframe #docs #image #screen #LED
The plot frame function.
Display an [Image](/microbit/reference/image/image) on the BBC micro:bit's [LED screen](/microbit/device/screen)

View File

@ -1,6 +1,6 @@
# Plot Image
The plot image function. #plotimage #docs #image #screen #LED
The plot image function.
Display an [Image](/microbit/reference/image/image) on the BBC micro:bit's [LED screen](/microbit/device/screen)

View File

@ -1,6 +1,6 @@
# Scroll Image
The scroll image function. #scrollimage #image #docs
The scroll image function.
Scrolls the frames within an [Image](/microbit/reference/image/image) on the [LED screen](/microbit/device/screen).

View File

@ -1,6 +1,6 @@
# Set Pixel
The set pixel function. #set pixel #image #docs
The set pixel function. #set pixel.
Set the on/off state of pixel in an [Image](/microbit/reference/image/image).

View File

@ -1,6 +1,6 @@
# Show Frame
The show frame function. #showframe #docs #image #screen #LED
The show frame function.
Display an [Image](/microbit/reference/image/image) on the BBC micro:bit's [LED screen](/microbit/device/screen)

View File

@ -1,6 +1,6 @@
# Show Image
The show image function. #showimage #docs #image #screen #LED
The show image function.
Show an [Image](/microbit/reference/image/image) on the [LED screen](/microbit/device/screen), followed by a 400ms pause.

View File

@ -1,6 +1,6 @@
# Width
The width function. #width #image #docs
The width function.
Get the width of an [Image](/microbit/reference/image/image) in columns.