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.
2 parents 876e647 + e7aaafd commit 24e62a0Copy full SHA for 24e62a0
PyPortal_NeoPixel_Color_Picker/code.py
@@ -63,7 +63,7 @@
63
style=Button.SHADOWROUNDRECT,
64
fill_color=spot['color'], outline_color=0x222222,
65
name=spot['label'])
66
- pyportal.splash.append(button.group)
+ pyportal.splash.append(button)
67
buttons.append(button)
68
69
mode = 0
0 commit comments