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.
1 parent 5ac8615 commit e497e10Copy full SHA for e497e10
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, folder="/", auto_advance=False, dwell=0)
11
12
while True:
13
if clue.button_b:
0 commit comments