-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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