-
# include "FastLED.h"
# define NUM_LEDS_1 350
# define DATA_PIN_1 10
// Define the array of leds
CRGB leds_1[NUM_LEDS_1];
int e[4];
void setup() {
FastLED.addLeds(leds_1, NUM_LEDS_1);
Serial.…
-
This chip is readily available and cheap on ebay. I know this is a 12 bit pwm IC. But please find attached my post on a thread regarding this request i.e the chip can be driven in 8 bit pwm thus need…
-
In the blink example APA102 is not listed. It would be better to add all possible chipsets here so the user does not have to guess the names and see what is available. Also I'd rather use a fill all f…
-
I get corrupted output (only the first three LEDs showing out of 24) if I use IntervalTimer set at an interval of 100 on the Teensy platform.
If I increase the interval I get something more approachi…
-
After fixing #192 ... this next compile error showed up:
Arduino: 1.6.5 (Windows 7), Board: "Digispark Pro (Default 16 Mhz)"
Using library FastLED in folder: C:\EE\microController\Arduino\libraries\F…
-
I am getting this error when doing a clean make after checking out this branch. Maybe some files are missing?
```
- Building permutation for mapping original-ledscape
- Generating mapping head…
-
Hi,
I recently benchmarked some WS2811 LEDs on the FastLED Library and the Adafruit_NeoPixel library using a Arduino Uno R3 and a Teensy3.0.
The results were an average of displaying a rainbow acros…
-
Trying to update the AllPixel firmware to 3.1 and most things work except WS2801. When I configure for that chipset and try to run, the firmware hangs. I have not changed the AllPixel firmware in any …
-
Hi,
I am completely new to C / Arduino and I've been looking for a solution to get my APA102 strip running with either Adalight or AmbiLED. Got a reply from Adafruit saying that they are not working …
-
Normally at the end of an spi_message the CS status should be set to off, unless the cs_change of the last spi_transfer is set. This doesn't happen, it just always stays on.
Also, at the end of an s…