shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
121 stars 25 forks source link

sparkburn: When threshold reaches 0 make sure to not be interesting. #123

Closed esden closed 3 years ago

esden commented 3 years ago

It is sometimes possible to reach a state where threshold reaches 0. When that happens sparkburn will keep trying to multiply 0 pixel values with 1.1 and indefinitely try to reach 255... such a situation will result in a black display forever.

vifino commented 3 years ago

Thank you once again!