Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout
3.0.0 - GridLayout pop_content() & Rename get_cell() to get_content()
What's Changed
Full Changelog: 2.2.3...3.0.0
2.2.3 - Remove secrets.py Usage From Example
What's Changed
- Remove secrets usage by @justmobilize in #98
New Contributors
- @justmobilize made their first contribution in #98
Full Changelog: 2.2.2...2.2.3
2.2.2 - Use Ruff; Update Type Annotation Code to 9x API
What's Changed
Full Changelog: 2.2.1...2.2.2
2.2.1 - RTD Sphinx Config
Full Changelog: 2.2.0...2.2.1
2.2.0 - Added LinearLayout
2.1.1 - Fix For Sphinx RTD Theme
Full Changelog: 2.1.0...2.1.1
GridLayout Cell Contains
What's Changed
Full Changelog: 2.0.1...2.1.0
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.
2.0.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.0.0...2.0.1
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.
2.0.0 - Update for Changed Displayio API
This releases changes instances of show()
with root_group =
as necessary 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-displayio-layout
.
Read the docs for info on how to use it.
1.19.18 - Fix RTD Theme Issue
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.