Skip to content

Commit 4473c80

Browse files
authored
Merge pull request #1646 from lesamouraipourpre/light-painter
CLUE Light Painter: Update for CP7
2 parents 675d60b + 9ba1ce6 commit 4473c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLUE_Light_Painter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def make_ui_group(self, main_config, config_label, rect_val=None):
311311
0.0 = min, 1.0 = full display width.
312312
Returns: displayio group
313313
"""
314-
group = displayio.Group(max_size=7)
314+
group = displayio.Group()
315315
group.append(centered_label('TAP L/R to', 3, 2))
316316
group.append(centered_label('select item' if main_config else
317317
'select image' if self.config_mode is 0

0 commit comments

Comments
 (0)