|
FastLED 3.9.15
|
LPD6803 SPI chipset encoder.
Free function encoder for LPD6803 chipsets.
Protocol:
16-bit format: 1bbbbbgggggrrrrr
Definition in file lpd6803.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 lpd6803.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::encodeLPD6803 (InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in LPD6803 format. | |