From 746f140218cd9843e42e3c3940746e8e1da553b5 Mon Sep 17 00:00:00 2001 From: Robert Grizzell Date: Mon, 8 Jan 2024 21:26:37 -0600 Subject: [PATCH] Adding CircuitPython_GT911 library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/drivers/gt911 | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/drivers/gt911 diff --git a/.gitmodules b/.gitmodules index 0683ccf..f1b2745 100644 --- a/.gitmodules +++ b/.gitmodules @@ -427,3 +427,6 @@ [submodule "libraries/drivers/i2c_expanders"] path = libraries/drivers/i2c_expanders url = https://github.com/ilikecake/CircuitPython_I2C_Expanders.git +[submodule "libraries/drivers/gt911"] + path = libraries/drivers/gt911 + url = https://github.com/rgrizzell/CircuitPython_GT911.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 5f2c723..a313b98 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -22,6 +22,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython GC9A01](https://github.com/tylercrumpton/CircuitPython_GC9A01.git) Displayio driver for GC9A01 TFT LCD displays. * [CircuitPython GC9D01](https://github.com/tylercrumpton/CircuitPython_GC9D01.git) Displayio driver for GC9D01 TFT LCD displays. * [CircuitPython gpio_expander](https://github.com/gpongelli/CircuitPython_gpio_expander.git) I2C GPIO expander support for PCA9534, PCA9535, PCA9555, TCA9534, TCA9535 and TCA9555 chips. ([PyPi](https://pypi.org/project/circuitpython-gpio-expander/)) \([Docs](https://github.com/gpongelli/CircuitPython_gpio_expander/blob/main/README.rst)) +* [CircuitPython_GT911](https://github.com/rgrizzell/CircuitPython_GT911.git) Driver for the Goodix GT911 touchscreen sensor. \([Docs](https://circuitpython-gt911.readthedocs.io/en/latest/)) * [CircuitPython H3LIS200DL](https://github.com/jposada202020/CircuitPython_H3LIS200DL.git) Driver for the ST H3LIS200DL Accelerometer sensor ([PyPi](https://pypi.org/project/circuitpython-h3lis200dl/)) \([Docs](https://circuitpython-h3lis200dl.readthedocs.io/en/latest/)) * [CircuitPython HCSR04](https://github.com/mmabey/CircuitPython_HCSR04.git) Library for The HC-SR04 for measuring distances using microcontrollers \([Docs](https://circuitpython-hcsr04.readthedocs.io/en/latest/)) * [CircuitPython HX711](https://github.com/fivesixzero/CircuitPython_HX711) CircuitPython driver for the HX711 load cell amplifer and ADC \([Docs](https://circuitpython-hx711.readthedocs.io/en/latest/)) diff --git a/libraries/drivers/gt911 b/libraries/drivers/gt911 new file mode 160000 index 0000000..260395b --- /dev/null +++ b/libraries/drivers/gt911 @@ -0,0 +1 @@ +Subproject commit 260395baf0f4c844bae8e1882f85c82047719b46