reverting_example
This commit is contained in:
parent
82cb716a13
commit
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