-
Notifications
You must be signed in to change notification settings - Fork 11
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
controlling 1 color LEDs? #3
Comments
Yes, it is possible, as long as you modify the tlc5955.cpp file. The follwing section contains the relevant code:
Basically you just need to write into the temp register directly, like this way (untested!)
With the code above, you get the ability to use an additional parameter (sub_channel) to define which output you want to use. |
That makes sense! thanks so much. I have a couple of these chips lying around somewhere. I'll try it out when i get a chance. The project (still not done) was to make a low cost standard LED "pinball style" DMD (which traditionally was a 2-bit plasma display, later revised to led dot matrix) A DMD display: the resolution is usually 128x32....so I was thinking I could just use one chip but i need to figure out how to cycle through the 128 rows of LEDs. |
Is it possible to use this library to control 1 color LEDs (1 per channel) instead of RGB Leds like in the example?
The text was updated successfully, but these errors were encountered: