Skip to content

Commit c875139

Browse files
committed
Adding Display Buttons/Shapes
1 parent 6be9ff9 commit c875139

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,9 @@
418418
[submodule "libraries/drivers/tpa2016"]
419419
path = libraries/drivers/tpa2016
420420
url = https://github.com/adafruit/Adafruit_CircuitPython_TPA2016.git
421+
[submodule "libraries/helpers/display-button"]
422+
path = libraries/helpers/display-button
423+
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Button.git
424+
[submodule "libraries/helpers/display-shapes"]
425+
path = libraries/helpers/display-shapes
426+
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git

docs/drivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
4545
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
4646
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
4747
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
48+
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
49+
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
4850
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
4951
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
5052
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>

libraries/helpers/display-button

Submodule display-button added at 07c588b

libraries/helpers/display-shapes

Submodule display-shapes added at bb59442

0 commit comments

Comments
 (0)