Skip to content

Commit

Permalink
Merge pull request #17 from kattni/slideshow-fix
Browse files Browse the repository at this point in the history
Remove unnecessary argument.
  • Loading branch information
makermelissa authored Feb 17, 2020
2 parents 5ac8615 + 8a2d463 commit 9b69813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clue_slideshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from adafruit_clue import clue
from adafruit_slideshow import SlideShow, PlayBackDirection

slideshow = SlideShow(clue.display, None, folder="/", auto_advance=False, dwell=0)
slideshow = SlideShow(clue.display, auto_advance=False)

while True:
if clue.button_b:
Expand Down

0 comments on commit 9b69813

Please sign in to comment.