-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot convert CRGB to uint8_t #73
Comments
Also happens with IDE 1.8, and the only thing I had in my test code was #include "Pixie_chroma.h" |
Turns out this error is caused because of FastLED 3.6. Reverting to 3.5 clears the error, but now there is a CPU panic when running pix.begin() |
I had a similar issue, here is what I did to solve it. I am using an esp32.
|
esp32 SDK versão 2.0.3 |
ESP32 SDK 2.0.9 works fine |
Sorry for the whitespace changes but see andyshinn@a51597a for a fix. |
Describe the bug
Error while compiling code:
...\Arduino\libraries\Pixie_Chroma\src\pixie_chroma_internal.cpp: In member function 'void PixieChroma::color_blur_x(fract8)':
...\Arduino\libraries\Pixie_Chroma\src\pixie_chroma_internal.cpp:1874:25: error: cannot convert 'CRGB' to 'uint8_t' {aka 'unsigned char'} in assignment
carryover = part;
-------------^~~~
running arduino ide 2.2.1 with a fresh install of the library and all dependencies.
The text was updated successfully, but these errors were encountered: