removing hashtags from docs
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user