| Clear Display | |
clear display | |
| Category | micro:bit |
| Type | Stack |
| Introduced in | 3.0 |
The clear display block is a stack block and a micro:bit block. The block will clear the micro:bit display; turning off the LEDs.
Example Uses
- Clearing displayed text:
display text [Self-destructing in 10 seconds!] wait (10) seconds clear display
- reseting when the flag is clicked
When GF clicked clear display