Skip to content

Commit e3e01c2

Browse files
committed
pyportal lifx controller cp7 updates
1 parent bd7536a commit e3e01c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_LIFX_Controller/code.py

+1-1
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)