This release includes improved docstrings for function arguments.
as well changes to make pylint happier: using f-strings instead of format(), and renamed `io` argument to `io_mqtt` to conform to pylint naming guidelines and be more descriptive. Thank you kattni
This is a breaking change for any user code that was passing the `io` parameter by name, such code will need to be updated to use the new name `io_mqtt`.
User code that was passing positional arguments only with no name should continue to function the same without needing any changes.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-Dash-Display`.
Read the [docs](http://circuitpython.readthedocs.io/projects/Dash-Display/en/latest/) for info on how to use it.