From cea162104f689629d7e85e7845d2798e33d240a9 Mon Sep 17 00:00:00 2001 From: Tyler Crumpton Date: Tue, 15 Aug 2023 02:02:00 -0400 Subject: [PATCH] Add gc9d01 driver --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/drivers/gc9d01 | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/drivers/gc9d01 diff --git a/.gitmodules b/.gitmodules index 4c4ab14..78716c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -382,3 +382,6 @@ [submodule "libraries/helpers/caveble"] path = libraries/helpers/caveble url = https://github.com/furbrain/CircuitPython_CaveBLE.git +[submodule "libraries/drivers/gc9d01"] + path = libraries/drivers/gc9d01 + url = https://github.com/tylercrumpton/CircuitPython_GC9D01.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index ed1268e..264941b 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -19,6 +19,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython BMP581](https://github.com/jposada202020/CircuitPython_BMP581.git) Driver for the Bosch BMP581 Sensor ([PyPi](https://pypi.org/project/circuitpython-bmp581/)) \([Docs](https://circuitpython-bmp581.readthedocs.io/en/latest/)) * [CircuitPython_DRV8830](https://github.com/CedarGroveStudios/CircuitPython_DRV8830.git) A driver for the DRV8830 DC motor controller. * [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 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/)) diff --git a/libraries/drivers/gc9d01 b/libraries/drivers/gc9d01 new file mode 160000 index 0000000..4009bb0 --- /dev/null +++ b/libraries/drivers/gc9d01 @@ -0,0 +1 @@ +Subproject commit 4009bb0101a3c89b64519192264fb79a7125dae6