We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac8615 + 8a2d463 commit 9b69813Copy full SHA for 9b69813
examples/clue_slideshow.py
@@ -7,7 +7,7 @@
7
from adafruit_clue import clue
8
from adafruit_slideshow import SlideShow, PlayBackDirection
9
10
-slideshow = SlideShow(clue.display, None, folder="/", auto_advance=False, dwell=0)
+slideshow = SlideShow(clue.display, auto_advance=False)
11
12
while True:
13
if clue.button_b:
0 commit comments