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:
authordanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-11-10 05:36:14 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-11-10 05:36:14 +0400
commite9d4489e508a99dc9e949f7762c2d6f3529524bb (patch)
treedb02d9fe781a3bdbc3b6ebd5af148f6ffe1c7f91 /lib8tion.h
parent7185b516211105fc9644063548240c0057d77012 (diff)
parentadc78ce93b7b6b009aab35e9fce94074920b6bf5 (diff)
Sync w/main FastSPI_LED2 branch
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 276c1589..65aa6fcb 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