-
Notifications
You must be signed in to change notification settings - Fork 101
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
Raspberry Pi 4 bcm2711 #107
Comments
I discovered the same and found that the same case statement with a return of 2 rather than 1 works as well. I was not able to determine what the return value is used for?? |
@CaskAle me too. So i suspect this is only to limit script only for raspberry use. |
I also had to add this line on a Raspberry Pi 4. Does the return value perhaps describe the device GPIO pinout? |
it's really works! thank you! |
I had to add: case 'bcm2711': return 1;
to: lib/ws281x-native.js
The text was updated successfully, but these errors were encountered: