-
Notifications
You must be signed in to change notification settings - Fork 31
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
Set individual pixels on LED matrix #112
Comments
I've been playing with it today. The Python library can be imported and can send a matrix. Though, the library as is will use max brightness if sending a full array. I used some of the library code to send the matrix to the device one column at a time to support brighness. You can see my fairly simple code here: https://github.com/TomFaulkner/fw-led |
How would you like to specify the pixels? You can try If you want direct code access you can refer to
|
Thanks for the pointer! I'm working on a prototype script that sets the LEDs to a brightness value defined in a matrix provided as a string on the commandline. I'll probably get around finishing it and attaching it here this week. |
Here's the repo with the experimental code. You can specify a brightness matrix on the command line, for example:
The value of The code for
|
Hi and thanks a lot for inputmodule-rs!
In case I haven't missed anything, there's no way with
inputmodule-control
to set individual pixels on the LED matrix.Optimally, users could pass a list of 9x34 brightness values to
inputmodule-control
which set each LED to the respective brightness.The text was updated successfully, but these errors were encountered: