Skip to content

Commit 7753b3e

Browse files
committed
Remove SSD1681B
1 parent 3040121 commit 7753b3e

File tree

2 files changed

+0
-171
lines changed

2 files changed

+0
-171
lines changed

adafruit_epd/ssd1681b.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

examples/epd_blinka.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from adafruit_epd.ssd1675 import Adafruit_SSD1675 # pylint: disable=unused-import
1717
from adafruit_epd.ssd1675b import Adafruit_SSD1675B # pylint: disable=unused-import
1818
from adafruit_epd.ssd1681 import Adafruit_SSD1681 # pylint: disable=unused-import
19-
from adafruit_epd.ssd1681b import Adafruit_SSD1681B # pylint: disable=unused-import
2019

2120
# create the spi device and pins we will need
2221
spi = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)
@@ -33,7 +32,6 @@
3332
# give them all to our driver
3433
print("Creating display")
3534
# display = Adafruit_SSD1608(200, 200, # 1.54" HD mono display
36-
# display = Adafruit_SSD1681B(200, 200, # 1.54" HD mono display (alt)
3735
# display = Adafruit_SSD1681(200, 200, # 1.54" HD Tri-color display
3836
# display = Adafruit_SSD1675(122, 250, # 2.13" HD mono display
3937
# display = Adafruit_IL91874(176, 264, # 2.7" Tri-color display

0 commit comments

Comments
 (0)