Skip to content

Commit f524a45

Browse files
authored
Merge pull request #1659 from lesamouraipourpre/led-matrix-scoreboard
LED Matrix Scoreboard: Update for CP7
2 parents 4cb3421 + ca9b927 commit f524a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LED_Matrix_Scoreboard/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
display = framebufferio.FramebufferDisplay(matrix)
2727

2828
# display groups
29-
start_group = displayio.Group(max_size=30, scale=1)
30-
score_group = displayio.Group(max_size=30, scale=1)
29+
start_group = displayio.Group()
30+
score_group = displayio.Group()
3131

3232
# text & bg color setup for scoreboard
3333
score_text = " "

0 commit comments

Comments
 (0)