Skip to content

Releases: adafruit/Adafruit_CircuitPython_Touchscreen

1.2.1 - Maximum Bounds Fix

01 May 14:59
3e46e10

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

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

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

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

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.14 - Switched to pyproject.toml

09 Aug 19:51

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.13 - Added cp.org link to index.rst

09 Jun 18:55

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.12 - Repo documentation and config updates

07 Jun 17:24

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.11 - Calibration Example

28 May 15:16
667f9d9

Choose a tag to compare

This release contains a new calibration example that walks through getting accurate calibration values for your touch overlay and environment. 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.1.10 - Updated documentation link, python version

04 Feb 21:07

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.