Compare commits
2 commits
82cb716a13
...
05afbed7f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05afbed7f2 | ||
|
|
086734413d |
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ display_bus = displayio.FourWire(
|
|||
time.sleep(1)
|
||||
|
||||
display = adafruit_ssd1675.SSD1675(
|
||||
display_bus, colstart=8, width=250, height=122, rotation=270, busy_pin=epd_busy
|
||||
display_bus, width=250, height=122, rotation=270, busy_pin=epd_busy
|
||||
)
|
||||
|
||||
g = displayio.Group()
|
||||
|
|
|
|||
Loading…
Reference in a new issue