Keith Lord
Keith Lord
This discussion seems to have run its course, so I'm closing. Feel free to reopen if you think it needs more discussion.
Are you trying to use the esp8266_interface example sketch with webSockets? If so, that won't work. The example sketch is expecting ws2812 data to come across the network as simple...
Closing this issue as part of periodic cleanup.
Closing this issue as part of periodic cleanup.
There's some verbiage on the IRremote GitHub page about using that library with NeoPixels: [https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#problems-with-neopixels-fastled-etc](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#problems-with-neopixels-fastled-etc) As mentioned there, you might want to only run the ws2812fx.service() routine when the IR...
Closing this issue as part of periodic cleanup.
You're correct, getPixelColor() returns the pixel's RGB values after the brightness setting has been applied. Retrieving the original color value is not possible. Rather than doing your brightness cruft, can...
I have to go back to 2017 to find a version of the Adafruit_Neopixel lib that has those variables declared as private. When Adafruit released v1.1.2 of that lib on...
Yes, that's what it looks like to me. Did you notice the pull request I created?
WS2812FX inherits code from Adafruit_NeoPixel library, which technically only supports WS2812-style LEDs. The TM1934 driver chip is similar to a WS2812B, but has a weird reset command that resets the...