Skip to content

Releases: adafruit/Adafruit_CircuitPython_seesaw

Fixes occasional bad reads when reading too often

13 Feb 19:04
617151c
Compare
Choose a tag to compare

This release includes a fix for occasional bad reads when reading too often.

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.5.5 - Bug Fixes, changed CI from Travis to GitHub Actions

17 Jan 02:14
Compare
Choose a tag to compare

This release includes:

  • A bug with PULL_DOWN has been fixed
  • Documentation has been improved
  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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.

Fixed issue with MiniTFT FeatherWing crashing CP

18 Sep 02:43
ea5e445
Compare
Choose a tag to compare

Fixed bug causing MiniTFT Boards to crash CircuitPython by further increasing default Read Delay.

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.

Fixed NeoTrellis Issue with crashing on faster CP

15 Sep 21:23
9d1bf67
Compare
Choose a tag to compare

Fixed bug causing NeoTrellis Boards to crash CircuitPython since speedups due to reading too fast by increasing default Read Delay.

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.

RGBW Fix

21 Aug 18:29
3b8951b
Compare
Choose a tag to compare
  • Fix minor bug with RGBW settings.

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.

Duplicate code eliminated in pin_mode_bulk

26 Jul 18:31
a0fcd3f
Compare
Choose a tag to compare

Eliminate duplicated code in pin_mode_bulk. Thanks @zostay.

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.

Allow easier usage of 1.8" TFT Shield

26 Jul 00:44
060752f
Compare
Choose a tag to compare

Added file to allow easier usage of 1.8" TFT Shield

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.

increase temperature reading delay

23 Jun 19:36
f1171f9
Compare
Choose a tag to compare

Increased delay in reading chip temperature.

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.

Added Robo HAT MM1

13 May 04:44
4b101f0
Compare
Choose a tag to compare
  • Added the Robo HAT MM1 board. See CrowdSupply for more information.

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.

Added MiniTFT FeatherWing Example

25 Mar 06:23
1d12cfc
Compare
Choose a tag to compare
  • Added MiniTFT FeatherWing Example
  • Examples Renamed to be Adabot Compliant

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.