|
FastLED 3.9.15
|
WS2801/WS2803 SPI chipset encoder.
Free function encoder for WS2801 and WS2803 chipsets. These chipsets use simple RGB byte streaming with timing-based latching.
Protocol:
Definition in file ws2801.h.
#include "fl/stl/stdint.h"#include "fl/stl/array.h"#include "fl/chipsets/encoders/encoder_constants.h"#include "fl/stl/noexcept.h"
Include dependency graph for ws2801.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. | |
Functions | |
| template<typename InputIterator, typename OutputIterator> | |
| void | fl::encodeWS2801 (InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in WS2801/WS2803 format. | |