Skip to content

Releases: adafruit/Adafruit_CircuitPython_Touchscreen

1.3.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:35
Compare
Choose a tag to compare

Changes: 1.3.0...1.3.1

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

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

Read the docs for info on how to use it.

1.3.0 - Replace .show() in examples

03 Nov 15:02
c9373ec
Compare
Choose a tag to compare

What's Changed

  • Update to use root_group for CP 9 compatibility by @prcutler in #27

New Contributors

Full Changelog: 1.2.4...1.3.0

1.2.4 - Fix RTD Theme Issue

25 Sep 15:53
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.3 - Fix Off-by-one Error and Infrastructure Updates

17 Jul 16:04
Compare
Choose a tag to compare

This release includes the last few commits that were merged, which hadn't been put into a release marked as latest yet.

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

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

Read the docs for info on how to use it.

1.2.2 - Updated .pylintrc, fixed jQuery

26 May 16:25
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.1 - Maximum Bounds Fix

01 May 14:59
3e46e10
Compare
Choose a tag to compare

This release corrects an 'off-by-1' error that resulted in the touch x/y coordinates being possibly 1 pixel outside the right / bottom edges of the display. Thank you @CedarGroveStudios.

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

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

Read the docs for info on how to use it.

1.2.0 - Inverted Pressure Argument

27 Feb 22:08
d392b31
Compare
Choose a tag to compare

This release adds inverted_pressure argument for displays that need the value to be inverted. Thank you @rtwfroody

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

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

Read the docs for info on how to use it.

1.1.17 - Added type annotations

02 Sep 20:32
7db8002
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

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

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

Read the docs for info on how to use it.

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

26 Aug 02:25
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.15 - Fixed version string

22 Aug 18:53
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.