Update code.py
This commit is contained in:
parent
e7df472eb9
commit
b4f2c24f95
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ from adafruit_slideshow import PlayBackOrder, SlideShow
|
|||
|
||||
# Create the slideshow object that plays through once alphabetically.
|
||||
slideshow = SlideShow(board.DISPLAY,
|
||||
folder="/images",
|
||||
loop=True,
|
||||
order=PlayBackOrder.ALPHABETICAL,
|
||||
dwell=60)
|
||||
folder="/images",
|
||||
loop=True,
|
||||
order=PlayBackOrder.ALPHABETICAL,
|
||||
dwell=60)
|
||||
|
||||
while slideshow.update():
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue