From eb5c2a54e9c033b9047c70b0a472ab297b117bbf Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 2 Aug 2021 18:10:50 -0500 Subject: [PATCH] matrix slot machine cp7 updates --- RGB_Matrix_Slot_Machine/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)