[][src]Crate ws2812_spi

Use ws2812 leds via spi

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

Needs a type implementing the spi::FullDuplex trait.

The spi peripheral should run at 2MHz to 3.8 MHz

Modules

devices
prerendered

This prerenders the data, so that no calculations have to be performed while sending the data.

Structs

Ws2812

Constants

MODE

SPI mode that can be used for this crate