Skip to content

Commit 9d15de0

Browse files
authored
Merge pull request #911 from makermelissa/master
Fixed Scrolling clouds example on CP5
2 parents 80147cc + 1e70ee0 commit 9d15de0

File tree

1 file changed

+0
-2
lines changed
  • CircuitPython_Scrolling_Clouds

1 file changed

+0
-2
lines changed

CircuitPython_Scrolling_Clouds/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def slide_tiles():
105105
"""Move the tilegrid to the left, one pixel at a time, a full time width"""
106106
for _ in range(16):
107107
tilegrid.x -= 1
108-
display.refresh_soon()
109-
display.wait_for_frame()
110108

111109
def shift_tiles():
112110
"""Move tiles one spot to the left, and reset the tilegrid's position"""

0 commit comments

Comments
 (0)