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

Method advanceData

src/pixel_controller.h:394–394  ·  view source on GitHub ↗

Advance the data pointer forward, adjust position counter

Source from the content-addressed store, hash-verified

392
393 /// Advance the data pointer forward, adjust position counter
394 FASTLED_FORCE_INLINE void advanceData() { mData += mAdvance; --mLenRemaining;}
395
396 /// Step the dithering forward - creates triangular wave that toggles between pixels
397 /// @note If updating here, be sure to update the asm version in clockless_avr.h!

Callers 6

showPixelsMethod · 0.45
showPixelsFunction · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
writePixelsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected