Skip to content

Commit edeb288

Browse files
authored
trailing whitespace creeped in, sigh
1 parent ab49e06 commit edeb288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/il0373_2.13_color.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
epd_busy = board.D6
2323

2424
# Create the displayio connection to the display pins
25-
display_bus = displayio.FourWire(spi, command=epd_dc, chip_select=epd_cs,
25+
display_bus = displayio.FourWire(spi, command=epd_dc, chip_select=epd_cs,
2626
reset=epd_reset, baudrate=1000000)
2727
time.sleep(1) # Wait a bit
2828

@@ -46,7 +46,7 @@
4646
display.show(g)
4747

4848
# Refresh the display to have it actually show
49-
# NOTE: Do not refresh eInk displays more often than seconds or more!
49+
# NOTE: Do not refresh eInk displays more often than seconds or more!
5050
display.refresh()
5151
print("refreshed")
5252

0 commit comments

Comments
 (0)