Merge pull request #318 from kattni/simple-text-display

Adding to bundle.
This commit is contained in:
Dylan Herrada 2021-06-03 16:28:05 -04:00 committed by GitHub
commit 3033daa6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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/>

@ -0,0 +1 @@
Subproject commit 4846d7f63e4d6d44136952bfa5aa34eeea57f97a