Skip to content

BREAKING CHANGE in how display setup is handled

Compare
Choose a tag to compare
@kattni kattni released this 05 Feb 20:53
17918c7
  • 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.

To use in CPython, pip3 install adafruit-circuitpython-clue.

Read the docs for info on how to use it.