Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -511,3 +511,6 @@
[submodule "libraries/drivers/grove_vision_ai_v2"]
path = libraries/drivers/grove_vision_ai_v2
url = https://github.com/bikeNomad/CircuitPython_grove_vision_ai_v2.git
[submodule "libraries/drivers/serial-tft"]
path = libraries/drivers/serial-tft
url = https://github.com/bablokb/circuitpython-serial-tft.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [Pimoroni CircuitPython LTR559](https://github.com/pimoroni/Pimoroni_CircuitPython_LTR559.git) Library for the LTR559 Proximity/Presence/Light Sensor \([Docs](https://circuitpython.readthedocs.io/projects/pimoroni_circuitpython_ltr559/en/latest/))
* [Pimoroni CircuitPython MICS6814](https://github.com/pimoroni/Pimoroni_CircuitPython_MICS6814.git) Driver for the MICS6814 Gas sensor \([Docs](https://circuitpython.readthedocs.io/projects/mics6814/en/latest/))
* [Seeed Grove Vision AI V2](https://github.com/bikeNomad/CircuitPython_grove_vision_ai_v2.git) CircuitPython library to support the Grove Vision AI V2 AI accelerator board. \([Docs](https://circuitpython-grove-vision-ai-v2.readthedocs.io/en/latest/))
* [serial-tft](https://github.com/bablokb/circuitpython-serial-tft.git) Driver for the Open-Smart 2.4" Serial-TFT (UART) Display
* [Solder Party BBQ10Keyboard](https://github.com/solderparty/arturo182_CircuitPython_BBQ10Keyboard)CircuitPython library for interfacing the BB Q10 and BB Q20 Keyboards over I2C \([Docs](https://docs.solder.party/))
* [Sparkfun CircuitPython QwiicAS3935](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicAS3935.git)CircuitPython library for Sparkfun Qwiic Joystick. ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicas3935)) \([Docs](https://sparkfun-circuitpython-qwiicas3935.readthedocs.io/en/latest/))
* [Sparkfun CircuitPython QwiicJoystick](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicJoystick.git) ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick)) \([Docs](https://sparkfun-circuitpython-qwiicjoystick.readthedocs.io/en/latest/))
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/serial-tft
Submodule serial-tft added at da57a4