Skip to content

Commit e6fe5c6

Browse files
committed
updating slideshow_display.py to work with displayio management of the backlight
1 parent 271e4a4 commit e6fe5c6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Slideshows_Soundtrack/slideshows_soundtrack.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import board
22
from adafruit_slideshow import PlayBackOrder, SlideShow, PlayBackDirection
33
import audioio
4-
import pulseio
54
import touchio
65

76
# Create the slideshow object that plays through once alphabetically.
8-
slideshow = SlideShow(board.DISPLAY, pulseio.PWMOut(board.TFT_BACKLIGHT), folder="/",
9-
loop=True, order=PlayBackOrder.ALPHABETICAL)
7+
slideshow = SlideShow(board.DISPLAY)
108

119
# Create the touch objects on the first and last teeth
1210
back_button = touchio.TouchIn(board.TOUCH1)

0 commit comments

Comments
 (0)