The scenario here is simple. The values (numbers, strings, icons) send to the LED display are not read out by the screen reader, even when focus is on the simulator.
- Consider the following program:
input.onButtonPressed(Button.A, function() {
basic.showString("Hello!")
})
-
Turn on your favorite screen reader.
-
Press the A button in the microbit simulator. See that the micro:bit display scrolls the string "Hello!"
-
Note that the screen reader does nothing.
The scenario here is simple. The values (numbers, strings, icons) send to the LED display are not read out by the screen reader, even when focus is on the simulator.
Turn on your favorite screen reader.
Press the A button in the microbit simulator. See that the micro:bit display scrolls the string "Hello!"
Note that the screen reader does nothing.