Skip to content

Commit 0874c55

Browse files
authored
Merge pull request #314 from adafruit/dash-display
Added dash display
2 parents 3473043 + 5ded6c2 commit 0874c55

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
@@ -811,3 +811,6 @@
811811
[submodule "libraries/drivers/ov7670"]
812812
path = libraries/drivers/ov7670
813813
url = https://github.com/adafruit/Adafruit_CircuitPython_OV7670
814+
[submodule "libraries/helpers/dash_display"]
815+
path = libraries/helpers/dash_display
816+
url = https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
7878
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
7979
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
8080
DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/>
81+
Dash Display <https://circuitpython.readthedocs.io/projects/dash_display/en/latest/>
8182

8283
Motor Helpers
8384
^^^^^^^^^^^^^^

libraries/helpers/dash_display

Submodule dash_display added at 0e0f5a9

0 commit comments

Comments
 (0)