Skip to content

Commit eb5c2a5

Browse files
committed
matrix slot machine cp7 updates
1 parent bd7536a commit eb5c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RGB_Matrix_Slot_Machine/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def kick(self, i):
101101

102102
# Our fruit machine has 3 wheels, let's create them with a correct horizontal
103103
# (x) offset and arbitrary vertical (y) offset.
104-
g = displayio.Group(max_size=3)
104+
g = displayio.Group()
105105
wheels = []
106106
for idx in range(3):
107107
wheel = Wheel(the_bitmap, the_palette)

0 commit comments

Comments
 (0)