406 B
406 B
Display
The micro:bit display is not trivial to control, so a driver is needed; see the display chapter for more details.
Display calls for now are only blocking, and can either be for binary images (0 for off, 1 for on), or for monochrome images with differing brightness levels
Blocking binary image display
{{#include examples/display_blocking.rs}}