Releases: adafruit/Adafruit_CircuitPython_Touchscreen
1.3.3 - RTD Sphinx Config
Full Changelog: 1.3.2...1.3.3
1.3.2 - Fix For Sphinx RTD Theme
Full Changelog: 1.3.1...1.3.2
1.3.1 - Fix RTD Docs Build and Unpin Sphinx
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
1.2.4 - Fix RTD Theme Issue
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
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
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
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.