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 5b17e04 + eb5c2a5 commit bddb205Copy full SHA for bddb205
RGB_Matrix_Slot_Machine/code.py
@@ -101,7 +101,7 @@ def kick(self, i):
101
102
# Our fruit machine has 3 wheels, let's create them with a correct horizontal
103
# (x) offset and arbitrary vertical (y) offset.
104
-g = displayio.Group(max_size=3)
+g = displayio.Group()
105
wheels = []
106
for idx in range(3):
107
wheel = Wheel(the_bitmap, the_palette)
0 commit comments