Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

1.19.9 - Switch Round Fix

10 Oct 15:34
323bf5d
Compare
Choose a tag to compare

This release fixed an issue with animation_time when the value was 0 for the SwitchRound widget. Thank you @The-Debarghya

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.8 - Made copyright stay up to date in docs/conf.py

26 Aug 02:38
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.7 - Fixed version string

22 Aug 18: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-displayio-layout.

Read the docs for info on how to use it.

1.19.6 - Switched to pyproject.toml

09 Aug 20:03
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.5 - Removed unnecessary secrets.py file

16 Jun 21:05
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.4 - Added cp.org link to index.rst

09 Jun 17: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-displayio-layout.

Read the docs for info on how to use it.

1.19.3 - Repo documentation and config updates

07 Jun 16:50
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.2 - TabLayout Hotplug Examples

16 May 22:46
772c3bf
Compare
Choose a tag to compare

This release contains some new TabLayout examples that illustrate advanced usage with external sensors pulling data and populating it on the tabs. Thank You @PaulskPt

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.1 - Improved Error Message

14 May 18:46
e76278c
Compare
Choose a tag to compare

This release has improved error messaging for missing initialization argument. Thank you @rsbohn

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.

1.19.0 - TabLayout

11 May 01:00
c9a64c9
Compare
Choose a tag to compare

This release contains a new TabLayout helper object to organize your apps into tabs and show a page for one tab at a time. There is an API to change between tabs and optional touch handling function to automatically change to tabs if they are touched.

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

To use in CPython, pip3 install adafruit-circuitpython-displayio-layout.

Read the docs for info on how to use it.