项目作者: nerves-keyboard

项目描述 :
Keyboard rendering engine and animation library
高级语言: Elixir
项目地址: git://github.com/nerves-keyboard/rgb_matrix.git
创建时间: 2020-10-16T03:12:21Z
项目社区:https://github.com/nerves-keyboard/rgb_matrix

开源协议:MIT License

下载


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:

  1. def deps do
  2. [
  3. {:rgb_matrix, "~> 0.1"}
  4. ]
  5. end

License

This library is licensed under the MIT license