Crate apa102_spi

source ·
Expand description

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.

Structs

Enums

  • What order to transmit pixel colors. Different Dotstars need their pixel color data sent in different orders.

Constants

  • SPI mode that is needed for this crate