Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2014-03-12 22:44:53 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-03-12 22:44:53 +0400
commit83579ac9e6e952b5b150cef06ae0f8e1420919eb (patch)
tree9dbd7cb966963cf5c9dd4e459c508b9bf02642aa
parentd3e6c3ede915ff7d7181193e119d1bce8a51ecde (diff)
Fix ordering of steping the dithering
-rw-r--r--clockless_trinket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clockless_trinket.h b/clockless_trinket.h
index 73c7f371..8024fc96 100644
--- a/clockless_trinket.h
+++ b/clockless_trinket.h
@@ -224,7 +224,7 @@ public:
// Setup the pixel controller and load/scale the first byte
PixelController<RGB_ORDER> pixels(data, scale, true, advance, skip);
- pixels.stepFirstByteDithering();
+ pixels.preStepFirstByteDithering();
b0 = pixels.loadAndScale0();
// pull the dithering/adjustment values out of the pixels object for direct asm access