Skip to content

Commit 9693a2f

Browse files
committed
Simple example to run fade - doesn't seem to actually do anything
1 parent 4c33f50 commit 9693a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/is31fl3731_ledshim_fade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
for x in range(28):
1616
display.pixel(x, y, 255)
1717

18+
display.fade(fade_in=104, pause=250)
1819

1920
try:
20-
display.fade(fade_in=100, pause=26)
2121
while True:
22-
time.sleep(1)
22+
time.sleep(10)
2323
except:
2424
display.sleep(True)
2525
exit

0 commit comments

Comments
 (0)