Skip to content

Releases: adafruit/Adafruit_CircuitPython_seesaw

1.13.0 - Added ANO rotary encoder examples, added gamepad support

26 Jun 18:06
d99b564
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.12.1 - Updated pre-commit hooks

18 May 15:40
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.12.0 - Added ATtinyx16 support

14 Apr 17:26
6d85e9b
Compare
Choose a tag to compare

Added support for ATtiny816 and Attiny1616 boards. Thanks @todbot!

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.7 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:08
d4ff038
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

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

26 Aug 02:23
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.5 - Check for misplaced neopixel.py

22 Aug 18:38
0b6238b
Compare
Choose a tag to compare

Added a check for moving neopixel.py outside of adafruit_seesaw mistakenly, instead of using the typically intended neopixel library. Thanks @caternuson!

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.4 - Fixed pyproject.toml file

09 Aug 18:31
Compare
Choose a tag to compare

Fixed pyproject.toml to include dependency files in package data.

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.3 - Switched to pyproject.toml, __version__ available on all platforms

09 Aug 03:24
Compare
Choose a tag to compare

This library now uses pyproject.toml for installations. Additionally, the library attribute __version__ is now populated with the correct tag when installed from PyPI.

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.2 - Fix for boards without long ints

25 Jul 21:00
fefd1db
Compare
Choose a tag to compare

Fixed for use by boards that don't support arbitrary integers. Thanks @carlfj!

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.

1.11.1 - Fix arguments to PixelBuf.__init__()

25 Jul 20:57
159c8ec
Compare
Choose a tag to compare

Fixes the initialization to PixelBuf.__init__() for boards using the adafruit_pixelbuf library by providing the size/n argument as positional. Thanks @Neradoc!

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

To use in CPython, pip3 install adafruit-circuitpython-seesaw.

Read the docs for info on how to use it.