Skip to content

Commit fae7deb

Browse files
committed
Edit docstring to remove mention of not being able to use bus_device
1 parent fb32ff2 commit fae7deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_sharpmemorydisplay.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def __init__(self, spi, scs_pin, width, height, *, baudrate=2000000):
7575

7676
def show(self):
7777
"""write out the frame buffer via SPI, we use MSB SPI only so some
78-
bit-swapping is required. The display also uses inverted CS for some
79-
reason so we con't use bus_device"""
78+
bit-swapping is required.
79+
"""
8080

8181
with self.spi_device as spi:
8282

0 commit comments

Comments
 (0)