Replies: 1 comment
-
Looks like a big ask so I want to break down what I think. All this is barring hardware setup, just initial thoughts on integrating it with the codebase. Dimmer: Seems the most straightforward to implement, given that it's just setting brightness on the matrix object Now, for the others, things are much harder. We've identified screen rotation as being overly complex and having a bunch of tech debt in this project (see #466) Without event-based architecture or some sort of way to manage yet another way to rotate through screens, I'm not sure it's feasible in the current state. Things that would fall into that category are pushbutton rotate, screensaver (other than a simple black screen), or motion sensor (if you want it to trigger a screen on sensed motion and not just fade in/out from black). |
Beta Was this translation helpful? Give feedback.
-
Add SBIO similar to NHL Scoreboard.
https://github.com/riffnshred/nhl-led-scoreboard/blob/master/src/sbio/SBIO.md
Beta Was this translation helpful? Give feedback.
All reactions