diff --git a/RGB_Matrix_Slot_Machine/code.py b/RGB_Matrix_Slot_Machine/code.py index 36ee6f6ae..ea16a0cd2 100644 --- a/RGB_Matrix_Slot_Machine/code.py +++ b/RGB_Matrix_Slot_Machine/code.py @@ -101,7 +101,7 @@ def kick(self, i): # Our fruit machine has 3 wheels, let's create them with a correct horizontal # (x) offset and arbitrary vertical (y) offset. -g = displayio.Group(max_size=3) +g = displayio.Group() wheels = [] for idx in range(3): wheel = Wheel(the_bitmap, the_palette)