Skip to content

Commit 26976d1

Browse files
authored
Moved from pulseio.PWMOut to pwmio.PWMOut
1 parent eb4c9cb commit 26976d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/slideshow_touch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33

44
import board
5-
import pulseio
5+
import pwmio
66
import touchio
77
from adafruit_slideshow import SlideShow, PlayBackDirection
88

@@ -16,7 +16,7 @@
1616

1717
slideshow = SlideShow(
1818
board.DISPLAY,
19-
pulseio.PWMOut(board.TFT_BACKLIGHT),
19+
pwmio.PWMOut(board.TFT_BACKLIGHT),
2020
folder="/",
2121
auto_advance=False,
2222
dwell=0,

0 commit comments

Comments
 (0)