We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc4f95 commit ca9b927Copy full SHA for ca9b927
LED_Matrix_Scoreboard/code.py
@@ -26,8 +26,8 @@
26
display = framebufferio.FramebufferDisplay(matrix)
27
28
# display groups
29
-start_group = displayio.Group(max_size=30, scale=1)
30
-score_group = displayio.Group(max_size=30, scale=1)
+start_group = displayio.Group()
+score_group = displayio.Group()
31
32
# text & bg color setup for scoreboard
33
score_text = " "
0 commit comments