FastLED-esp32
FastLED-esp32 copied to clipboard
Parallel outputs for esp32
Hello, I am trying to use a RGB matrix (HUB75) with FastLED. I installed the Smartmatrix library, but I can not compile the code. DMAChannel.h error missing. This file seems...
I try for the ESP32 #include #define NUM_LEDS_PER_STRIP 600 #define NUM_STRIPS 2 CRGB leds[NUM_STRIPS * NUM_LEDS_PER_STRIP]; void setup() { Serial.begin(115200); LEDS.addLeds(leds, NUM_LEDS_PER_STRIP); LEDS.setBrightness(32); } void loop() { static uint8_t hue...
APA102
Hi, has this been tested with apa102 leds Trying to get these working on the esp32 with not much luck Thanks Phil.