Skip to content

1.19.0 - TabLayout

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 11 May 01:00
· 101 commits to main since this release
c9a64c9

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.