Merge pull request #314 from adafruit/dash-display

Added dash display
This commit is contained in:
Dylan Herrada 2021-05-26 17:02:14 -04:00 committed by GitHub
commit 0874c5559e
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

@ -811,3 +811,6 @@
[submodule "libraries/drivers/ov7670"] [submodule "libraries/drivers/ov7670"]
path = libraries/drivers/ov7670 path = libraries/drivers/ov7670
url = https://github.com/adafruit/Adafruit_CircuitPython_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

View file

@ -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/> Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/> WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/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 Motor Helpers
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^

@ -0,0 +1 @@
Subproject commit 0e0f5a9cb709cd00c7458d386653c68ed2f5a231