Version 1.1.0
This version introduces a new Flask-based HTTP API orchestrated by @Godley. It provides a Flask Blueprint which you can blend into your existing Flask app, and hopefully eventually with future APIs for our products, to create your own Pi-powered API endpoints for controlling lights/etc.
Using this API you can set messages on your Scroll pHAT HD with a form post, scroll them, and clear the display when you're done.
See #41 for discussion, rationale and the journey this new feature took to get here.
Additionally, library setup has been deferred until first use. This prevents this library from clobbering Python's help("modules")
with import/runtime errors. See #37 for more details.
- New: Added Flask HTTP API
- New: Init is deferred until the library is used