-
Hi,
I try to compile examples from WS2812FX, but i can't because some comping errors i get.
I am using Arduino IDE 1.8.5. All library is up to date.
Error log:
C:\Users\devuser\Documents\Ardui…
-
Board: ESP-01S (1MB)
platformIO is used for compilation
What modes require:
Speed
Color
Brightness
to function.
When adding It doesn't power any lights on at all. Should I be calling mod…
-
Hello, im making a project whit osc touch and neopixels in a nodemcu V3,
mi question is :
how can i trigger diferent effects whit a diferent osc adress in each one?
the code is running pre…
-
The WS2812FX on PlatformIO is from the 7/11-2017 and suffers from the issue described here:
https://github.com/kitesurfer1404/WS2812FX/issues/58
This was fixed with pull request 65 in January.
ht…
-
Hi.
I am trying to compile Sketch v2.1.1 on an ESP8266 ESP-01 and it tells me that it does not fit. By selecting a minimum of 512K (64K SPIFFS) in order to upload "index.html" the memory usage is 1…
-
## Problem
Copy constructor doesn't copy attributes but it is not permitted, which leads to fails.
## Example
```c++
#include
class LED {
public:
LED(int pin, int count) : pin(pin), cou…
-
Hello :)
So far I have to say it'sa really cool project and I like the idea of it.
I recently built some LED stuff for my home and I was using the WS2812FX library so far to achieve some light eff…
-
I have mosquitto running as my mqtt server. I am trying to send a json command to set the light string. It looks like the esp8266 crashes when I send it. Not sure what the issue is. I can send command…
-
I own some WS2801 and would like to control them using this awesome library.
What would be the preferred method?
1. Including support for WS2801 in WS2812FX by abstracting the Adafruit WS2801/Neop…
-
https://github.com/toblum/McLighting/issues/166 pointed out that if brightness is zero, mode_breath crashes. I'm guessing maybe we got to check divide by zero
https://github.com/kitesurfer1404/WS2812…