|
FastLED 3.9.15
|
APA102/DOTSTAR SPI chipset encoder.
Free function encoder for APA102/DOTSTAR chipsets.
Protocol:
Brightness modes:
Definition in file apa102.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/compiler_control.h"#include "fl/stl/noexcept.h"
Include dependency graph for apa102.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::encodeAPA102 (InputIterator first, InputIterator last, OutputIterator out, u8 global_brightness=31) FL_NOEXCEPT |
| Encode pixel data in APA102 format with global brightness. | |
| template<typename InputIterator, typename OutputIterator> | |
| FL_NO_INLINE_IF_AVR FL_OPTIMIZE_O2 void | fl::encodeAPA102_AutoBrightness (InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in APA102 format (auto-detected brightness from first pixel) | |
| template<typename InputIterator, typename BrightnessIterator, typename OutputIterator> | |
| void | fl::encodeAPA102_HD (InputIterator first, InputIterator last, BrightnessIterator brightness_first, OutputIterator out) FL_NOEXCEPT |
| Encode pixel data in APA102 format with per-LED brightness. | |