We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c06d8 commit 9334da5Copy full SHA for 9334da5
examples/ssd1675_2.13_monochrome.py
@@ -28,7 +28,7 @@
28
time.sleep(1)
29
30
display = adafruit_ssd1675.SSD1675(
31
- display_bus, width=250, height=122, rotation=270, busy_pin=epd_busy
+ display_bus, colstart=8, width=250, height=122, rotation=270, busy_pin=epd_busy
32
)
33
34
g = displayio.Group()
0 commit comments