|
FastLED 3.9.15
|
LPD8806 SPI chipset encoder.
Free function encoder for LPD8806 chipsets.
Protocol:
Color encoding:
Definition in file lpd8806.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 lpd8806.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::encodeLPD8806 (InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in LPD8806 format. | |