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-02-19 08:37:09 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-02-19 08:37:09 +0400
commit4ff103d94afcc33afc389dcd31537f15b98ae64a (patch)
treeb5231757b3032ac6de990fa4db36b987b105cd2c /examples/Cylon
parent902bf544a44ad0ec5bd35c6b462c0f4b2e7da5c9 (diff)
The moon. The mother fucking moon. Working dithering, RGB adjust, inline scale8_video on an 8Mhz, hardware-mul-less -trinket-
Diffstat (limited to 'examples/Cylon')
-rw-r--r--examples/Cylon/Cylon.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cylon/Cylon.ino b/examples/Cylon/Cylon.ino
index 8d133da2..57a3117e 100644
--- a/examples/Cylon/Cylon.ino
+++ b/examples/Cylon/Cylon.ino
@@ -1,12 +1,12 @@
#include "FastLED.h"
// How many leds in your strip?
-#define NUM_LEDS 6
+#define NUM_LEDS 32
// For led chips like Neopixels, which have a data line, ground, and power, you just
// need to define DATA_PIN. For led chipsets that are SPI based (four wires - data, clock,
// ground, and power), like the LPD8806, define both DATA_PIN and CLOCK_PIN
-#define DATA_PIN 11
+#define DATA_PIN 3
#define CLOCK_PIN 13
// Define the array of leds