Skip to content

Elixir driver for the IS31FL3733 12x16 dot matrix LED driver.

License

Notifications You must be signed in to change notification settings

nerves-keyboard/IS31FL3733

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS31FL3733

CI Status codecov Hex.pm Version License

I2C driver for the IS31FL3733 12x16 dot matrix LED driver.

This driver tries to follow the data-sheet as closely as possible, so it's recommended to be familiar with it.

NOTE: Currently only PWM mode is supported. The auto-breath feature has not yet been implemented in this driver.

Please see the docs for more details on usage.

Installation

The package can be installed by adding is31fl3733 to your list of dependencies in mix.exs:

def deps do
  [
    {:is31fl3733, "~> 0.1"}
  ]
end

License

This library is licensed under the MIT license