Releases: adafruit/Adafruit_CircuitPython_Touchscreen
1.2.1 - Maximum Bounds Fix
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
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
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
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
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
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
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
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
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
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.