Adding to bundle.
This commit is contained in:
parent
a7dc294961
commit
4306b64ff7
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -814,3 +814,6 @@
|
|||
[submodule "libraries/helpers/dash_display"]
|
||||
path = libraries/helpers/dash_display
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display
|
||||
[submodule "libraries/helpers/simple-text-display"]
|
||||
path = libraries/helpers/simple-text-display
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
|
|||
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
|
||||
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
|
||||
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
|
||||
Simple Text Display <https://circuitpython.readthedocs.io/projects/simple-text-display/en/latest/>
|
||||
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/>
|
||||
|
|
|
|||
1
libraries/helpers/simple-text-display
Submodule
1
libraries/helpers/simple-text-display
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 4846d7f63e4d6d44136952bfa5aa34eeea57f97a
|
||||
Loading…
Reference in a new issue