We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7536a commit e3e01c2Copy full SHA for e3e01c2
PyPortal_LIFX_Controller/code.py
@@ -57,7 +57,7 @@
57
light_brightness = 1.0
58
59
# Make the display context
60
-button_group = displayio.Group(max_size=20)
+button_group = displayio.Group()
61
board.DISPLAY.show(button_group)
62
# preload the font
63
print('loading font...')
0 commit comments