-
Notifications
You must be signed in to change notification settings - Fork 1
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
No usage instructions #2
Comments
Ok I managed to figure that
Then the TX pin of the UART is used to send the data (in this case on the Le Potato its pin 8, just after the VCC,VCC,GND on the GPIO pinnout). However with a short strip it just displays a lot bright nearly-white colors, I am not sure how to program anything of my own on it. The script is run using:
|
You need a level shifter with a schmitt trigger. You need to specify the LED matrix dimensions and traversal pattern. Then you pass an RGB buffer into the LED program, eg. /dev/fb0 or one of the example generators. |
It might be that the LEDs I am using don't need it. It seems to be driving them fine. Just really really fast. I get this behavior, its sending the correct color code: |
Thanks I wrote this for now: |
He,
Assuming you have an LED connected to PWM port 12. or to anything really - how do you use this library?
The text was updated successfully, but these errors were encountered: