RGBMatrix is a rendering engine for the Nerves Keyboard project. It schedules and renders frames. There is a small selection of animations built in.
A layout of LEDs must be defined to use animations. The layout is handled by KeyboardLayout, which is included as a dependency. See the documentation for that library for how to define layouts.
The package can be installed by adding rgb_matrix
to your list of dependencies
in mix.exs
:
def deps do
[
{:rgb_matrix, "~> 0.1"}
]
end
This library is licensed under the MIT license