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

Method preStepFirstByteDithering

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

Some chipsets pre-cycle the first byte, which means we want to cycle byte 0's dithering separately

Source from the content-addressed store, hash-verified

405
406 /// Some chipsets pre-cycle the first byte, which means we want to cycle byte 0's dithering separately
407 FASTLED_FORCE_INLINE void preStepFirstByteDithering() {
408 d[RO(0)] = e[RO(0)] - d[RO(0)];
409 }
410
411 /// @name Template'd static functions for output
412 /// These functions are used for retrieving LED data for the LED chipset output controllers.

Callers 15

showPixelsMethod · 0.80
ClocklessControllerClass · 0.80
showRGBInternalFunction · 0.80
showRGBInternalFunction · 0.80
showRGBInternalFunction · 0.80
showRGBInternalMethod · 0.80
showRGBInternalMethod · 0.80
showRGBInternalMethod · 0.80
showRGBInternalMethod · 0.80
showRGBInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected