Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout
1.19.7 - Fixed version string
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
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
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
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
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
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
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
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
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
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.