FastLED 3.9.15
Loading...
Searching...
No Matches
ws2801_encoder_impl.h File Reference

Detailed Description

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.

Note
If you need this functionality, see PixelIterator::writeWS2801()
Or use: encodeWS2801(pixel_range.first, pixel_range.second, output_iterator)

Definition in file ws2801_encoder_impl.h.

#include "fl/chipsets/ws2801.h"
#include "fl/stl/stdint.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.