-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Describe the bug
When trying to run a set of TM1814 chips leds im only getting a what looks like a random pattern on the first LED and what looks like a default color cycle on all the other LEDs.
Ive been able to use a modified NeoPixelBus example to work and it seems to behave fine.
Ive noticed that one of the requirments for the NeoWrgbTm1814Feature is that the SetPixelSettings needs to be set with a NeoTm1814Settings:
strip.SetPixelSettings(NeoTm1814Settings(165,165,165,165));
I am using an ESP8266 so using pin 3 on a QuinLEd-Uno.
Ive tried to compile this into WLED myself but still get the same behaviour .
My changes to the NeoPixelBus Cylon example to get it working were only the Method and Feature def
NeoPixelBus<NeoWrgbTm1814Feature, NeoTm1814Method> strip(PixelCount, PixelPin);
A slight change to an RgbColor to an RgbwColor, and adding the above SetPixelSettings right after the Begin().
WLED version
- Board: d1mini
- Version 0.11.0
- Format Binary, self-compiled, WBLD bot compiled,
Additional context
Anything else you'd like to say about the problem?
Thank you for your help!