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

#2091 in Embedded development

Download history 99/week @ 2024-10-09 412/week @ 2024-10-16 343/week @ 2024-10-23 133/week @ 2024-10-30 182/week @ 2024-11-06 259/week @ 2024-11-13 380/week @ 2024-11-20 149/week @ 2024-11-27 272/week @ 2024-12-04 262/week @ 2024-12-11 279/week @ 2024-12-18 16/week @ 2024-12-25 249/week @ 2025-01-01 209/week @ 2025-01-08 120/week @ 2025-01-15 234/week @ 2025-01-22

818 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

~205KB