Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

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.

1.18.0 - PageLayout

09 Apr 16:48
a53e5ed
Compare
Choose a tag to compare

This release contains a new PageLayout helper object to organize your apps into pages and show one at a time. See the new examples for a look at the functionality.

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.17.0 - New IconWidget Features

27 Jan 20:35
Compare
Choose a tag to compare

This release contains new features for IconWidget, ability to set label_background and ability to set a transparency index to be used on the Icon's palette.

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.