Skip to content

Commit

Permalink
Merge pull request #299 from makermelissa/master
Browse files Browse the repository at this point in the history
Added SSD1680 Driver to Bundle
  • Loading branch information
makermelissa authored Mar 10, 2021
2 parents d4ff12f + 271b855 commit b09cf2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -799,3 +799,6 @@
[submodule "libraries/helpers/displayio_layout"]
path = libraries/helpers/displayio_layout
url = https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git
[submodule "libraries/drivers/ssd1680"]
path = libraries/drivers/ssd1680
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1680.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ E-Paper / E-Ink
IL91874 (displayio) <https://circuitpython.readthedocs.io/projects/il91874/en/latest/>
SSD1608 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1608/en/latest/>
SSD1675 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1675/en/latest/>
SSD1680 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1680/en/latest/>
SSD1681 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1681/en/latest/>

Other
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ssd1680
Submodule ssd1680 added at 2fe9b6

0 comments on commit b09cf2c

Please sign in to comment.