Skip to content

Commit bddb205

Browse files
authored
Merge pull request #1699 from FoamyGuy/matrix_slot_machine_cp7
matrix slot machine cp7 updates Guide change made in Learn also
2 parents 5b17e04 + eb5c2a5 commit bddb205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RGB_Matrix_Slot_Machine/code.py

Lines changed: 1 addition & 1 deletion
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)