Skip to content

Commit b4f2c24

Browse files
authored
Update code.py
1 parent e7df472 commit b4f2c24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CircuitPython_Slideshow/code.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
# Create the slideshow object that plays through once alphabetically.
66
slideshow = SlideShow(board.DISPLAY,
7-
folder="/images",
8-
loop=True,
9-
order=PlayBackOrder.ALPHABETICAL,
10-
dwell=60)
7+
folder="/images",
8+
loop=True,
9+
order=PlayBackOrder.ALPHABETICAL,
10+
dwell=60)
1111

1212
while slideshow.update():
1313
pass

0 commit comments

Comments
 (0)