- This article is about the block with a string input. For the block with a special input, see Display () (micro:bit block). For the Raspberry Pi block, see Display Text () (Raspberry Pi Sense HAT block).
display text () | |
display text [Hello!] :: microbit | |
Category | micro:bit |
Type | Stack |
Introduced in | 3.0 |
The display text () block is a stack block and a micro:bit block.
Example uses
- Displaying micro:bit information:
when (A v) button pressed::microbit hat display text [Button A has been pressed] :: microbit