lib.rs
Jan 14, 2024Use 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.