Skip to content

FrameworkComputer/is31fl3743a-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io docs.rs

lint build

is31fl3743a driver

Driver for Lumissil Microsystem's IS31FL3743A integrated circuit. Some of the major features of this library are:

  1. Use of embedded HAL traits (works with any embedded device that supports the required traits). This means that this driver is platform agnostic.
  2. Library features (only turn on what devices you need to save compiled binary space).
  3. Examples for various RP2040 boards

Install

To install this driver in your project add the following line to your Cargo.toml's dependencies table:

is31fl3743a = "0.1.0"

Examples

See the examples directory for complete working examples:

Building Examples

# Install prerequisites
rustup target add thumbv6m-none-eabi
cargo install elf2uf2-rs

# Build an example
cd examples/framework16-keyboard
cargo build --release

# Convert to UF2
elf2uf2-rs target/thumbv6m-none-eabi/release/is31fl3743a-framework16-keyboard firmware.uf2

Graphics

This driver contains optional support for the embedded-graphics library. Enable the embedded_graphics feature to use it.

References

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.

About

Rust Driver for Lumissil Microsystem's IS31FL3743A IC

Resources

License

Stars

Watchers

Forks

Packages

No packages published