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

Method stepDithering

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

NOTE: loadAndScale_APA102_HD() removed - use fl::loadAndScale_APA102_HD () from apa102.h encoder NOTE: loadAndScale_WS2816_HD() removed - use fl::loadAndScale_WS2816_HD () from ws2816.h encoder

Source from the content-addressed store, hash-verified

178 // NOTE: loadAndScale_APA102_HD() removed - use fl::loadAndScale_APA102_HD<RGB_ORDER>() from apa102.h encoder
179 // NOTE: loadAndScale_WS2816_HD() removed - use fl::loadAndScale_WS2816_HD<RGB_ORDER>() from ws2816.h encoder
180 void stepDithering() FL_NOEXCEPT { mStepDithering(mPixelController); }
181 void advanceData() FL_NOEXCEPT { mAdvanceData(mPixelController); }
182 int size() FL_NOEXCEPT { return mSize(mPixelController); }
183

Callers 15

showPixelsDefaultMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
p9813.hFile · 0.45
stepDitheringMethod · 0.45
advanceMethod · 0.45
writePixelsMethod · 0.45
ESP32SPIOutputClass · 0.45
writePixelsMethod · 0.45
fillBufferFunction · 0.45
showPixelsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected