Crates.io | is31fl3743a |
lib.rs | is31fl3743a |
version | 0.1.0 |
source | src |
created_at | 2023-10-09 18:50:35.685763 |
updated_at | 2023-10-09 18:50:35.685763 |
description | Driver for Lumissil Microsystem's IS31FL3743A IC |
homepage | |
repository | https://github.com/FrameworkComputer/is31fl3743a-rs |
max_upload_size | |
id | 998337 |
size | 15,550 |
Driver for Lumissil Microsystem's IS31FL3743A 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:
is31fl3743a = "0.1.0"
This driver contains optional support for the embedded-graphics library.
Enable the embedded_graphics
feature to use it.
Contains code derived from:
The 43A chip is the I2C variant, the 43B chip is the SPI variant of the same chip.
For the SPI variant of the device, consider using the is31fl3741b
crate instead.