FastLED 3.9.15
Loading...
Searching...
No Matches
spi_chipsets.h File Reference

Detailed Description

SPI LED chipset enumeration.

Defines the SpiChipset enum class used throughout FastLED for identifying SPI-based LED protocols (APA102, SK9822, WS2801, etc.)

Definition in file spi_chipsets.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Enumerations

enum class  fl::SpiChipset {
  fl::LPD6803 , fl::LPD8806 , fl::WS2801 , fl::WS2803 ,
  fl::SM16716 , fl::P9813 , fl::APA102 , fl::SK9822 ,
  fl::SK9822HD , fl::DOTSTAR , fl::DOTSTARHD , fl::APA102HD ,
  fl::HD107 , fl::HD107HD , fl::HD108
}
 LED chipsets with SPI interface (clocked protocols) Modern type-safe enum class - prefer this for new code. More...