Module led_matrix::billboard

source ·
Expand description

Contains utlis for constructing billboard-style pixel art.

The most common use case for this is to turn text into pixel art that can scroll across the screen like on a billboard.

The Billboard type alias specifies how such strips of pixel art are reperesented for the purpose of this module. You can construct both horizontal and vertical billboards.

Functions§

  • Construct a horizontal strip of pixel art.
  • Construct a vertical strip of pixel art.

Type Aliases§

  • Data structure for billboard-style pixel art.