Skip to content

Adding Display Buttons/Shapes #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2019
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
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -418,3 +418,9 @@
[submodule "libraries/drivers/tpa2016"]
path = libraries/drivers/tpa2016
url = https://github.com/adafruit/Adafruit_CircuitPython_TPA2016.git
[submodule "libraries/helpers/display-button"]
path = libraries/helpers/display-button
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Button.git
[submodule "libraries/helpers/display-shapes"]
path = libraries/helpers/display-shapes
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git
2 changes: 2 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/display-button
Submodule display-button added at 07c588
1 change: 1 addition & 0 deletions libraries/helpers/display-shapes
Submodule display-shapes added at bb5944