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

Method advanceBy

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

Get the amount to advance the pointer by @returns PixelController::mAdvance

Source from the content-addressed store, hash-verified

389 /// Get the amount to advance the pointer by
390 /// @returns PixelController::mAdvance
391 FASTLED_FORCE_INLINE int advanceBy() { return mAdvance; }
392
393 /// Advance the data pointer forward, adjust position counter
394 FASTLED_FORCE_INLINE void advanceData() { mData += mAdvance; --mLenRemaining;}

Callers 5

showRGBInternalFunction · 0.80
showRGBInternalFunction · 0.80
showRGBInternalFunction · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected