Introduction
CircuitPython Driver for Goodix GT911-based touch screens
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Community Bundle library and driver bundle or individual libraries can be installed using circup.
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the following command to install:
circup install gt911
Or the following command to update an existing version:
circup update
Usage Example
import board
import gt911
i2c = board.I2C()
gt = gt911.GT911(i2c)
print(gt.touches)
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Release files for circuitpython-gt911 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| circuitpython_gt911-0.2.1.tar.gz | 29.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| circuitpython_gt911-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.1 kB
Release files / circuitpython_gt911-0.2.1.tar.gz
| Download URL | circuitpython_gt911-0.2.1.tar.gz |
|---|---|
| Size | 29.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb47c6df0fb6cced93f8f8c96457ff97567cc0632f6e2bd6c1c3b7050d2b3725
|
|
BLAKE2b-256 checksum How to use checksums |
4def15e901e74d512692961b846fa9b77f32181cb498776b0ee288152ab93846
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / circuitpython_gt911-0.2.1-py3-none-any.whl
| Download URL | circuitpython_gt911-0.2.1-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9c28e12a29fab39e82425c7b342b73163b0e4ab8eac6325adda17b303b26a199
|
|
BLAKE2b-256 checksum How to use checksums |
4fce68875362bd28432aed770466e1f2ca332ce0d36a5afa16d3f364857a97a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|