Skip to content

Commit d5def3a

Browse files
committed
Added SSD1681 Driver to Bundle
1 parent 2ebb0f7 commit d5def3a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -793,3 +793,6 @@
793793
[submodule "libraries/helpers/ble_lywsd03mmc"]
794794
path = libraries/helpers/ble_lywsd03mmc
795795
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_LYWSD03MMC.git
796+
[submodule "libraries/drivers/ssd1681"]
797+
path = libraries/drivers/ssd1681
798+
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1681.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ E-Paper / E-Ink
269269
IL91874 (displayio) <https://circuitpython.readthedocs.io/projects/il91874/en/latest/>
270270
SSD1608 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1608/en/latest/>
271271
SSD1675 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1675/en/latest/>
272+
SSD1681 (displayio) <https://circuitpython.readthedocs.io/projects/ssd1681/en/latest/>
272273

273274
Other
274275
^^^^^^^^^^^^^^^

libraries/drivers/ssd1681

Submodule ssd1681 added at c4b67a3

0 commit comments

Comments
 (0)