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>2013-11-11 02:52:27 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2013-11-11 02:52:27 +0400
commit04a2f73f448995526903a68bb9256821419d08c4 (patch)
treecdcb911791218eda0c8d77ffdbe5ddc0add54fc1 /examples/FirstLight
parente9d4489e508a99dc9e949f7762c2d6f3529524bb (diff)
parent59edcab79837185feeea2dfe6f46b2c4ad17b8d8 (diff)
Merge branch 'FastSPI_LED2' into FastSPI_LED2.1
Diffstat (limited to 'examples/FirstLight')
-rw-r--r--examples/FirstLight/FirstLight.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/FirstLight/FirstLight.ino b/examples/FirstLight/FirstLight.ino
index 13340ebd..e86325a5 100644
--- a/examples/FirstLight/FirstLight.ino
+++ b/examples/FirstLight/FirstLight.ino
@@ -1,6 +1,6 @@
#define FORCE_SOFTWARE_SPI
#define FORCE_SOFTWARE_PINS
-#include "FastSPI_LED2.h"
+#include "FastLED.h"
///////////////////////////////////////////////////////////////////////////////////////////
//
@@ -29,7 +29,7 @@ void setup() {
// FastLED.addLeds<TM1803, DATA_PIN, RGB>(leds, NUM_LEDS);
// FastLED.addLeds<TM1804, DATA_PIN, RGB>(leds, NUM_LEDS);
// FastLED.addLeds<TM1809, DATA_PIN, RGB>(leds, NUM_LEDS);
- // FastSPI_LED2.addLeds<WS2811, DATA_PIN, GRB>(leds+18, NUM_LEDS/3);
+ // FastLED.addLeds<WS2811, DATA_PIN, GRB>(leds+18, NUM_LEDS/3);
// FastLED.addLeds<WS2811, 8, RGB>(leds + 225, NUM_LEDS/4);
// FastLED.addLeds<WS2812, DATA_PIN, RGB>(leds, NUM_LEDS);
// FastLED.addLeds<WS2812B, DATA_PIN, RGB>(leds, NUM_LEDS);