* Lines are now automatically created when listed in code. This means `num_lines` is no longer necessary or allowed. Previous example will fail, so please look at the updated example in the examples/ folder, or check the documentation for new setup.
* As per a request from jedgarpark, `simple_text_display` now defaults to no title. Title can still be specified, colored and scaled separately, but instead of having a default title, it now defaults to None. This allows for displaying a single line of text or data without the title.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-clue`.
Read the [docs](http://circuitpython.readthedocs.io/projects/clue/en/latest/) for info on how to use it.