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.
2 parents e33bf5d + 3921609 commit 88d28c2Copy full SHA for 88d28c2
CircuitPython_RGBMatrix/fruit.py
@@ -36,7 +36,7 @@ class Wheel(displayio.TileGrid):
36
def __init__(self):
37
# Portions of up to 3 tiles are visible.
38
super().__init__(bitmap=bitmap, pixel_shader=displayio.ColorConverter(),
39
- width=1, height=3, tile_width=20)
+ width=1, height=3, tile_width=20, tile_height=24)
40
self.order = shuffled(range(20))
41
self.state = STOPPED
42
self.pos = 0
0 commit comments