Files
microrust/src/microbit/03.00.DISPLAY.md
2018-10-13 22:34:32 +02:00

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}}