|
FastLED 3.9.15
|
P9813 SPI chipset encoder.
Free function encoder for P9813 chipsets.
Protocol:
Flag byte: 0xC0 | checksum
Definition in file p9813.h.
#include "fl/stl/stdint.h"#include "fl/stl/array.h"#include "fl/chipsets/encoders/encoder_utils.h"#include "fl/chipsets/encoders/encoder_constants.h"#include "fl/stl/noexcept.h"
Include dependency graph for p9813.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::encodeP9813 (InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in P9813 format. | |