Skip to content

nerves-keyboard/rgb_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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