Skip to content

Commit 6cdf864

Browse files
Merge pull request #31 from lesamouraipourpre/max-size
Remove max_size parameter
2 parents 3e0c291 + 9427cab commit 6cdf864

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

adafruit_button.py

100755100644
File mode changed.

examples/display_button_customfont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DISPLAY_STRING = "Button Text"
4242

4343
# Make the display context
44-
splash = displayio.Group(max_size=20)
44+
splash = displayio.Group()
4545
display.show(splash)
4646
BUTTON_WIDTH = 80
4747
BUTTON_HEIGHT = 40

0 commit comments

Comments
 (0)