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

GameOfLife Example #53

Closed jlplenio closed 5 years ago

jlplenio commented 6 years ago

hope you like it

Greetings from Germany

jlplenio commented 5 years ago

Are further improvements/adjustments needed? Let me know.

Gadgetoid commented 5 years ago

Honestly- I haven't had the chance to test/merge it yet. Sorry to leave you hanging.

I don't think stickler-ci will report status unless you merge the current scroll-phat-hd master into your branch, but I can run those checks when I get around to merging it anyway.

jlplenio commented 5 years ago

No problem at all. Just let me know what needs improving - superb learning experience.

Gadgetoid commented 5 years ago

Brilliant stuff! Thank you.

I made a quick change to swap import scrollphathd as phat with simply import scrollphathd since we favour clarity over ease of typing in examples. Also ran flake8 and split a multi-import onto two lines and removed one instance of trailing whitespace- nothing major!

Works great! Danke schon!