-
Notifications
You must be signed in to change notification settings - Fork 82
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
Max LED number is 255 #3
Comments
Hello @neo77777, |
@philibertc Any updates for that? I need use with 374 Leds |
Hello, |
in the code there is: The loop can only goes up to 8bit encoded (255), change the line for |
This! Thank you! |
I think when the system was made the screen where small and 255 led was ok. Nowadays having but screen is normal … especially if you are using it for a wide screen and a lot of small led. |
Hello
I have an issue that when I set the number of LED's above 255 in "#define NUM_LEDS 240" the LED's will not light anymore
It is working fine with 255 and under
but if I go to 256
I still get the RGB flash at the start but no light after that
I'm using Prismatik (unofficial) 64bit and WS2812B LED's
I have also tried to use "FastLED.h" V 3.1.3 and V3.3.3
The text was updated successfully, but these errors were encountered: