Module microbit_bsp::display

source ·
Expand description

Driver a NxM LED matrix display

  • Can display 5x5 bitmaps from raw data or characters
  • Methods for scrolling text across LED matrix or displaying a bitmap for a duration

Modules

  • Bitmaps and fonts for the micro:bit

Structs

  • A bitmap with room for 8 bits used by Frame to create a compact frame buffer
  • A brightness setting for the display.
  • An NxM frame that can be displayed on a LED matrix.
  • Led matrix driver supporting arbitrary sized led matrixes.

Enums