Skip to content

Commit 6377461

Browse files
committed
Update max group size to reflect number of elements
1 parent 9789a71 commit 6377461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pybadger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def show_business_card(self, *, image_name=None, name_string=None, name_scale=1,
289289
``terminalio.FONT``.
290290
291291
"""
292-
business_card_splash = displayio.Group(max_size=30)
292+
business_card_splash = displayio.Group(max_size=4)
293293
self.display.show(business_card_splash)
294294
with open(image_name, "rb") as file_name:
295295
on_disk_bitmap = displayio.OnDiskBitmap(file_name)

0 commit comments

Comments
 (0)