Skip to content

Commit 5599037

Browse files
authored
Merge pull request #1736 from FoamyGuy/pyportal_lifx_controller
pyportal lifx controller cp7 updates Guide change made
2 parents 1bf0e16 + e3e01c2 commit 5599037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_LIFX_Controller/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
light_brightness = 1.0
5858

5959
# Make the display context
60-
button_group = displayio.Group(max_size=20)
60+
button_group = displayio.Group()
6161
board.DISPLAY.show(button_group)
6262
# preload the font
6363
print('loading font...')

0 commit comments

Comments
 (0)