-
Notifications
You must be signed in to change notification settings - Fork 3
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
unused RPi GPIO pins get reset #7
Comments
Hi, glad that this lib is of interest to you. |
Thanks for the quick reply 👍 |
how do you initialize the matrix, using neomatrix_config? Please show me that code and/or confirm how many channels in parallel you init |
Yes, that's what I'm using to initialize. Here's my neomatrix_config.h file and the specific line setting the parallel number to 2: |
Ok, try
|
Hello Marc,
Firstly, thank you for putting together this awesome program! I love running these beautiful graphics on my RPi4.
I currently have a SMPS (to power the matrices) connected to a solid state relay. The relay is connected to pin 40 , for ground, and pin 29, to set the state of the relay. When I run any of the sample programs in example/, it sets 29 from 1 to 0. This occurs both when it initializes and when the command is keyboard interrupted, or if it is suspended. This puts the relay in an inactive state and turns off the SMPS.
The demos/ in the hzeller library (which your software is in-part build off of, I believe) do not do this.
I skimmed over this core repository, as well as your related repos, and haven't found a specific reference to pin manipulation. So I was wondering where this code might be located.
Thanks again Marc!
-Peter
The text was updated successfully, but these errors were encountered: