Skip to content

Commit 2c2d1d7

Browse files
authored
lint trailing whitespace
1 parent 907dbfc commit 2c2d1d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CLUE_Purse_Slideshow/code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from adafruit_slideshow import SlideShow, PlayBackDirection
1010
import adafruit_fancyled.adafruit_fancyled as fancy
1111

12-
slideshow = SlideShow(clue.display, None, folder="/",
12+
slideshow = SlideShow(clue.display, None, folder="/",
1313
auto_advance=False, dwell=0)
1414

1515
# For the Bright Wearables DotStar LED Ring
@@ -18,8 +18,8 @@
1818
fancy.CRGB(0.0, 1.0, 0.0), # Green
1919
fancy.CRGB(0.0, 0.0, 1.0)] # Blue
2020
pixels = dotstar.DotStar(board.P13, board.P15, num_leds, brightness=0.5,
21-
auto_write=False)
22-
offset = 0 # Initialize the offset
21+
auto_write=False)
22+
offset = 0 # Initialize the offset for variation (twinkle)
2323

2424
while True:
2525
if clue.button_b:

0 commit comments

Comments
 (0)