File tree Expand file tree Collapse file tree 2 files changed +0
-171
lines changed Expand file tree Collapse file tree 2 files changed +0
-171
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
from adafruit_epd .ssd1675 import Adafruit_SSD1675 # pylint: disable=unused-import
17
17
from adafruit_epd .ssd1675b import Adafruit_SSD1675B # pylint: disable=unused-import
18
18
from adafruit_epd .ssd1681 import Adafruit_SSD1681 # pylint: disable=unused-import
19
- from adafruit_epd .ssd1681b import Adafruit_SSD1681B # pylint: disable=unused-import
20
19
21
20
# create the spi device and pins we will need
22
21
spi = busio .SPI (board .SCK , MOSI = board .MOSI , MISO = board .MISO )
33
32
# give them all to our driver
34
33
print ("Creating display" )
35
34
# display = Adafruit_SSD1608(200, 200, # 1.54" HD mono display
36
- # display = Adafruit_SSD1681B(200, 200, # 1.54" HD mono display (alt)
37
35
# display = Adafruit_SSD1681(200, 200, # 1.54" HD Tri-color display
38
36
# display = Adafruit_SSD1675(122, 250, # 2.13" HD mono display
39
37
# display = Adafruit_IL91874(176, 264, # 2.7" Tri-color display
You can’t perform that action at this time.
0 commit comments