MCPcopy Create free account
hub / github.com/FastLED/FastLED / writeSM16716

Method writeSM16716

src/fl/chipsets/encoders/pixel_iterator.h:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 /// @note Protocol: RGB with start bit for each triplet
340 template <typename CONTAINER_UIN8_T>
341 void writeSM16716(CONTAINER_UIN8_T* out) FL_NOEXCEPT {
342 auto back_ins = fl::back_inserter(*out);
343 auto pixel_range = makeScaledPixelRangeRGB(this);
344 encodeSM16716(pixel_range.first, pixel_range.second, back_ins);
345 }
346
347 /// @brief Encode pixels in HD108 format (zero allocation)
348 /// @param out Output buffer to write encoded bytes

Callers 1

showPixelsMethod · 0.80

Calls 3

back_inserterFunction · 0.85
makeScaledPixelRangeRGBFunction · 0.85
encodeSM16716Function · 0.85

Tested by

no test coverage detected