Introducing power throttling #361
davepl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With a pending checkin I've added power throttle for the matrix projects like Mesmerizer. Right now it sets a max target of 5W. Each frame, it runs all the pixels and does a power estimation based on their R, G B components. It then scales back the master brightness in order to keep it under the target.
Brightness is ramped back in gradually via a low pass filter (weighted average) to avoid flashing.
Beta Was this translation helpful? Give feedback.
All reactions