Add gc9d01 driver

This commit is contained in:
Tyler Crumpton 2023-08-15 02:02:00 -04:00
parent 076a58b00f
commit cea162104f
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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/))

@ -0,0 +1 @@
Subproject commit 4009bb0101a3c89b64519192264fb79a7125dae6