matrix slot machine cp7 updates

This commit is contained in:
foamyguy 2021-08-02 18:10:50 -05:00
parent bd7536a1f4
commit eb5c2a54e9

View file

@ -101,7 +101,7 @@ the_bitmap, the_palette = adafruit_imageload.load(
# 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)