pimoroni / scroll-phat-hd

Python library for Scroll pHAT HD
https://shop.pimoroni.com/products/scroll-phat-hd
MIT License
159 stars 64 forks source link

Simplified the random noise and removed the GPL license. #58

Closed snarlistic closed 5 years ago

snarlistic commented 5 years ago

I've simplified the random noise. Now it looks less like a given pattern and more randomly. The code is also more clean this way.

As requested at https://github.com/pimoroni/scroll-phat-hd/pull/57#issuecomment-434240955 I've also removed the GPL license.

Gadgetoid commented 5 years ago

Thank you! I'm juggling chainsaws at the moment with new and shiny product launches, but I'll get to this as soon as possible.

Thanks for deferring to the MIT license. It keeps things simple and consistent for anyone wanting to re-use code from this repository. I respect that sometimes code licensing ties into idealogical values and would not want to repress those so it's by no means requied!

snarlistic commented 5 years ago

No worries. Take your time. There is absolutely no need to hurry.

I'm a bit idealogical about it, but not too much. Especially not in this case, where I think you've got a very good point in keeping things consistent. So MIT it is.

Good luck with your launches!

Gadgetoid commented 5 years ago

Finally got 'round to testing and merging! Thank you.