FastLED_NeoPixel icon indicating copy to clipboard operation
FastLED_NeoPixel copied to clipboard

An Arduino library for using Adafruit NeoPixel library animations with FastLED

Results 1 FastLED_NeoPixel issues
Sort by recently updated
recently updated
newest added

I have an array of NeoPixel strips: Adafruit_NeoPixel led_strips[] = { Adafruit_NeoPixel(LED_COUNT, LED_A_DATA_PIN, NEO_GRB + NEO_KHZ800), Adafruit_NeoPixel(LED_COUNT, LED_B_DATA_PIN, NEO_GRB + NEO_KHZ800), Adafruit_NeoPixel(LED_COUNT, LED_C_DATA_PIN, NEO_GRB + NEO_KHZ800), Adafruit_NeoPixel(LED_COUNT, LED_D_DATA_PIN, NEO_GRB +...