Releases: adafruit/Adafruit_CircuitPython_CLUE
Releases · adafruit/Adafruit_CircuitPython_CLUE
Color variables, new examples.
- Added color variables for import, now accessible as
clue.COLORNAME
, for exampleclue.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
- 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
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!
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.