
FastLED: FastLED - The Universal LED Library
Mar 9, 2010 · Transform any microcontroller into an LED powerhouse. Drive 30,000+ LEDs on high-end devices • Sub-$1 compatibility on tiny chips • Background rendering for responsive …
FastLED LED animation library for Arduino (formerly FastSPI_LED)
FastLED is a fast, efficient, easy-to-use Arduino library for programming addressable LED strips and pixels such as WS2810, WS2811, LPD8806, Neopixel and more. FastLED is used by …
FastLED: Examples
Pacifica.ino Pride2015.ino TwinkleFox.ino AnalogOutput.ino Animartrix.ino AudioReactive.ino Audio.ino Blink.ino BlinkParallel.ino Blur2d.ino Chromancer.ino ColorBoost ...
FastLED
We’re proud to announce the full release of FastLED version 3.1, an open source LED animation library for Arduino. Download the ZIP file here …
FastLED: File List
Here is a list of all files with brief descriptions:
FastLED: ColorPalette.ino
ColorPalette.ino #include <FastLED.h> #define LED_PIN 5 #define NUM_LEDS 50 #define BRIGHTNESS 64 #define LED_TYPE WS2811
FastLED: fill_solid
Examples ColorPalette.ino, and Pacifica.ino. Definition at line 9 of file fill.cpp.
FastLED: MultipleStripsInOneArray.ino
void setup () { // tell FastLED there's 60 NEOPIXEL leds on pin 2, starting at index 0 in the led array FastLED.addLeds<NEOPIXEL, 2> (leds, 0, NUM_LEDS_PER_STRIP); // tell FastLED …
FastLED: Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
FastLED: …
Detailed Description MIDI Library for the Arduino - Platform @license MIT - Copyright (c) 2015 Francois Best. Project Arduino MIDI Library