commit
0874c5559e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -811,3 +811,6 @@
|
|||
[submodule "libraries/drivers/ov7670"]
|
||||
path = libraries/drivers/ov7670
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_OV7670
|
||||
[submodule "libraries/helpers/dash_display"]
|
||||
path = libraries/helpers/dash_display
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
|
|||
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
|
||||
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
|
||||
DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/>
|
||||
Dash Display <https://circuitpython.readthedocs.io/projects/dash_display/en/latest/>
|
||||
|
||||
Motor Helpers
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
|
|||
1
libraries/helpers/dash_display
Submodule
1
libraries/helpers/dash_display
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0e0f5a9cb709cd00c7458d386653c68ed2f5a231
|
||||
Loading…
Reference in a new issue