Discuss Scratch
- Discussion Forums
- » Connecting to the Physical World
- » Micro:Bit Display() Block
- QuillX__
-
Scratcher
4 posts
Micro:Bit Display() Block
How does putting a variable inside the
I know that with other blocks with unconventional inputs like the
Thanks in advance!
display ()block affect the display on a Micro:Bit system?
I know that with other blocks with unconventional inputs like the
<touching color [#1b37da] ?>block, you could replace the color with a variable to detect color from a number, so I'm wondering if the Micro:Bit display block does something similar…
Thanks in advance!
- ScodexPerson
-
Scratcher
1000+ posts
Micro:Bit Display() Block
The display block actually supports binary numbers (maximally 25).
For example, 000010000100001000100001 makes a line on the right.
For example, 000010000100001000100001 makes a line on the right.
- Discussion Forums
- » Connecting to the Physical World
-
» Micro:Bit Display() Block