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:
authorkriegsman@gmail.com <kriegsman@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-11-01 23:02:56 +0400
committerkriegsman@gmail.com <kriegsman@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-11-01 23:02:56 +0400
commitd3d9a516561788d66028f4c52756e2de60cb75b0 (patch)
treedfa304fdb3694ad5ed7b40069c7857b9b75369cf /lib8tion.h
parentce07b3149325fc95b99c1ee71b0729ccca95c53f (diff)
Gemma and Trinket: compiles, HSV2RB works. LED drivers not yet.
Diffstat (limited to 'lib8tion.h')
-rw-r--r--lib8tion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib8tion.h b/lib8tion.h
index 430d17df..5fb812cb 100644
--- a/lib8tion.h
+++ b/lib8tion.h
@@ -196,7 +196,7 @@ Lib8tion is pronounced like 'libation': lie-BAY-shun
// On ATtiny, we just use C implementations
#define SCALE8_C 1
#define SCALE16BY8_C 1
-#define SCALE16_C 0
+#define SCALE16_C 1
#define MUL8_C 1
#define QMUL8_C 1
#define EASE8_C 1