pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -2,13 +2,13 @@
Clear the screen by pressing buttons on the @boardname@
### ~avatar avatar
## ~avatar avatar
This activity will teach how to clear the screen by pressing button A on the @boardname@.
### ~
## ~
You can use the clear screen` function to turn off all the LED on the screen. Let's illustrate this concept with a small script where the user has to press the button A to turn off the screen. Let's start by adding the code to show an animation.
@ -82,9 +82,9 @@ input.onButtonPressed(Button.A, () => {
*Run* the script in the simulator or on the @boardname@ to see how this works!
### ~avatar boothing
## ~avatar boothing
Excellent, you're ready to continue with the [challenges](/lessons/screen-wipe/challenges)!
### ~
## ~