7 unstable releases

0.4.0 Jan 14, 2024
0.3.2 Nov 20, 2019
0.3.1 Sep 20, 2019
0.2.1 Aug 25, 2019
0.1.0 Mar 5, 2019

#522 in Embedded development

Download history 64/week @ 2023-12-31 187/week @ 2024-01-07 89/week @ 2024-01-14 200/week @ 2024-01-21 42/week @ 2024-01-28 8/week @ 2024-02-04 35/week @ 2024-02-11 41/week @ 2024-02-18 36/week @ 2024-02-25 104/week @ 2024-03-03 75/week @ 2024-03-10 29/week @ 2024-03-17 32/week @ 2024-03-24 123/week @ 2024-03-31 34/week @ 2024-04-07 140/week @ 2024-04-14

333 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

7KB
83 lines

APA102 driver for embedded-hal spi traits

For usage with the smart-leds crate.

License

Licensed under either of

at your option.

Todo

  • Implement a WriteIter based version

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Use apa102 leds via spi

  • For usage with smart-leds
  • Implements the SmartLedsWrite trait

Doesn't use the native brightness settings of the apa102 leds, since that runs at a much lower pwm frequency and thus nerfes the very high color pwm frequency. (According to Adafruit)

Needs a type implementing the blocking::spi::Write trait.

Dependencies

~140KB