We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80147cc commit 1e70ee0Copy full SHA for 1e70ee0
CircuitPython_Scrolling_Clouds/code.py
@@ -105,8 +105,6 @@ def slide_tiles():
105
"""Move the tilegrid to the left, one pixel at a time, a full time width"""
106
for _ in range(16):
107
tilegrid.x -= 1
108
- display.refresh_soon()
109
- display.wait_for_frame()
110
111
def shift_tiles():
112
"""Move tiles one spot to the left, and reset the tilegrid's position"""
0 commit comments