Skip to content

Releases: adafruit/Adafruit_CircuitPython_Dash_Display

Update Examples For ConnectionManager SSL

04 Mar 20:02
d3e7e55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:43
Compare
Choose a tag to compare

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-dash-display.

Read the docs for info on how to use it.

2.1.0 - examples now support settings.toml

03 Nov 20:46
2920893
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.1.0

2.0.2 - Updates For New Display API

02 Nov 23:15
b806b4d
Compare
Choose a tag to compare

This release contains updates for the new Display API for Circuitpython 9.x. Thank you @RetiredWizard

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-dash-display.

Read the docs for info on how to use it.

2.0.1 - Fix RTD Theme Issue

25 Sep 15:58
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-dash-display.

Read the docs for info on how to use it.

2.0.0 - io_mqtt Argument + Improved Docs + F-strings

24 Jul 14:20
1b3d01b
Compare
Choose a tag to compare

This release includes improved docstrings for function arguments.
as well changes to make pylint happier: using f-strings instead of format(), and renamed io argument to io_mqtt to conform to pylint naming guidelines and be more descriptive. Thank you @kattni

This is a breaking change for any user code that was passing the io parameter by name, such code will need to be updated to use the new name io_mqtt.

User code that was passing positional arguments only with no name should continue to function the same without needing any changes.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-Dash-Display.

Read the docs for info on how to use it.

1.1.16 - Typing Information

30 May 21:25
3b5bcc0
Compare
Choose a tag to compare

This release contains typing information for function arguments and returns. Thank you @julianaklulo.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-Dash-Display.

Read the docs for info on how to use it.

1.1.15 - Updated .pylintrc, fixed jQuery

26 May 16:08
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-Dash-Display.

Read the docs for info on how to use it.

1.1.14 - Updated pre-commit hooks

16 May 17:48
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-dash-display.

Read the docs for info on how to use it.

1.1.13 - Fixed pylint errors

15 Nov 17:26
3388faf
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-dash-display.

Read the docs for info on how to use it.