Skip to content

Releases: adafruit/Adafruit_CircuitPython_CLUE

2.2.0 - Upgrade to latest Pylint, implement Black formatting

21 Mar 00:39
97a3a63
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.

Update proximity

11 Mar 00:21
172b836
Compare
Choose a tag to compare
  • Update to match APDS9960 update

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.

SHAKE!

26 Feb 03:31
62d71ae
Compare
Choose a tag to compare
  • Added accelerometer based shake detection.

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.

Update to simplify slideshow example.

17 Feb 21:42
9b69813
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.

Add examples, displayio object.

17 Feb 20:25
5ac8615
Compare
Choose a tag to compare
  • clue.display now available as object for passing
  • Three new examples included.

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.

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.