|
FastLED 3.9.15
|
WS2801/WS2803 SPI chipset encoder (pixel iterator adapter)
DEPRECATED: This file is no longer used. The modern input/output iterator version is in ws2801.h and is used throughout the codebase.
This file provided a direct PixelIterator interface but is now obsolete. Use pixel_iterator_adapters.h to convert PixelIterator to input iterators, then use the encoders in ws2801.h.
Definition in file ws2801_encoder_impl.h.
Include dependency graph for ws2801_encoder_impl.h:Go to the source code of this file.
Functions | |
| template<typename InputIterator, typename OutputIterator> | |
| void | encodeWS2801 (InputIterator first, InputIterator last, OutputIterator out) |
| Encode pixel data in WS2801/WS2803 format using PixelIterator. | |