|
FastLED 3.9.15
|
HD108 SPI chipset encoder.
Free function encoder for HD108 chipsets. HD108 uses 16-bit RGB with gamma correction and brightness control.
Protocol:
Header encoding (per-channel gain control):
Definition in file hd108.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 hd108.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::encodeHD108 (InputIterator first, InputIterator last, OutputIterator out, u8 global_brightness=255) FL_NOEXCEPT |
| Encode pixel data in HD108 format with global brightness. | |
| template<typename InputIterator, typename BrightnessIterator, typename OutputIterator> | |
| void | fl::encodeHD108_HD (InputIterator first, InputIterator last, BrightnessIterator brightness_first, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in HD108 format with per-LED brightness. | |