pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
590 stars 122 forks source link

Add mocking support to auto() #121

Closed Gadgetoid closed 3 years ago

Gadgetoid commented 3 years ago

Add the ability to mock WHAT, PHAT, PHATSSD1608 and Impression by supplying the --simulate command-line argument.

Fix a bug with clean.py where it tried to parse the auto() args and bailed. Fixes #118