Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.11 KB

RGBMatrix

CI Status codecov Hex.pm Version License

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.

Installation

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

License

This library is licensed under the MIT license