Skip to content

Commit 3033daa

Browse files
authored
Merge pull request #318 from kattni/simple-text-display
Adding to bundle.
2 parents a7dc294 + 4306b64 commit 3033daa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,3 +814,6 @@
814814
[submodule "libraries/helpers/dash_display"]
815815
path = libraries/helpers/dash_display
816816
url = https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display
817+
[submodule "libraries/helpers/simple-text-display"]
818+
path = libraries/helpers/simple-text-display
819+
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
7575
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
7676
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
7777
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
78+
Simple Text Display <https://circuitpython.readthedocs.io/projects/simple-text-display/en/latest/>
7879
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
7980
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
8081
DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/>

libraries/helpers/simple-text-display

Submodule simple-text-display added at 4846d7f

0 commit comments

Comments
 (0)