tca62724fmg 0.1.2

TCA62724FMG RGB LED driver for embedded hal
docs.rs failed to build tca62724fmg-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tca62724fmg-0.1.0

tca62724fmg

The Toshiba TCA62724FMG is a three output RGB LED with an I2C interface. It features high brightness and three independent PWM controllers. It's commonly used for status indicator lights.

rgbled demo gif

Resources

License

BSD-3 : see LICENSE file.

Status

  • Builds
  • Tested with hardware device
  • Supports setting color channels individually
  • Supports setting white values (all color channels equal brightness)
  • Supports toggling on and off light output

Examples

This example has been tested with stm32h743 in a Holybro Durandal flight controller, with an externally connected M8N GPS module containing a tca62724fmg rgbled.

cargo run --example sweep --target thumbv7em-none-eabihf

The memory.x ,.cargo/config, and dronecode.gdb files included with this crate are configured to run this example by connecting to the Durandal via a dronecode probe (or similar, such as a Black Magic Probe)