Skip to content

Releases: adafruit/Adafruit_CircuitPython_CLUE

Color variables, new examples.

06 Feb 17:30
3c610de
Compare
Choose a tag to compare
  • Added color variables for import, now accessible as clue.COLORNAME, for example clue.MAGENTA. Please see the code for the full list of available colors.
  • Added three new examples: height calculator, temp/humidity monitor, spirit level.

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.

BREAKING CHANGE in how display setup is handled

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

Fixed SPEAKER in use issue, docs

05 Feb 17:17
15fdef4
Compare
Choose a tag to compare

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.

Initial release!

05 Feb 00:34
d93c838
Compare
Choose a tag to compare

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.