Crates.io | is31fl3731 |
lib.rs | is31fl3731 |
version | 1.0.1 |
source | src |
created_at | 2022-03-19 21:36:13.140067 |
updated_at | 2022-06-11 04:40:23.882969 |
description | Driver for Lumissil Microsystem's IS31FL3731 IC |
homepage | |
repository | https://github.com/gleich/is31fl3731 |
max_upload_size | |
id | 553347 |
size | 29,065 |
Driver for Lumissil Microsystem's IS31FL3731 integrated circuit. Some of the major features of this library are:
To install this driver in your project add the following line to your Cargo.toml
's dependencies
table:
is31fl3731 = "1.0.1"
By default this version will only contain the core driver. To use a preconfigured device, such as the Adafruit CharliePlex LED Matrix Bonnet, you would need to change this line to include that device:
is31fl3732 = { version = "1.0.1", features = ["charlie_bonnet"] }
Currently this library only supports some basic functions of the matrix (e.g. setup, fill, pixels). A few other features need to be implemented:
This driver is a port of adafruit's driver for the is31fl3731 in the rust programming language.