We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c06d8 + 9334da5 commit 82cb716Copy full SHA for 82cb716
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