esp8266-fastled-iot-webserver icon indicating copy to clipboard operation
esp8266-fastled-iot-webserver copied to clipboard

Can't light past 5 triangles (60 lights.)

Open paulgiordano opened this issue 3 years ago • 1 comments

Wiring looks good, arrows all point the right way, but no matter what I do it won't light past the 5th triangle. 5V 8A power supply, should be enough, yes? Any ideas? Using Wemos D1 and FastLED 3.5.0

paulgiordano avatar Feb 13 '22 17:02 paulgiordano

Try moving the 6th triangle into the 3rd spot and see if the same thing happens, if so, look in the script into the variable that says how many lights there are on the setup. Lines 136&137

#define LEAFCOUNT 12 
#define PIXELS_PER_LEAF 12 

WarDrake avatar Mar 07 '22 21:03 WarDrake