Skip to content

Commit c1f4747

Browse files
Remove max_size usage with displayio.Group
1 parent ddc4f95 commit c1f4747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CLUE_Milk_Checker/code.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import time
22
import board
3-
import terminalio
43
import displayio
54
import adafruit_sgp30
65
from adafruit_bitmap_font import bitmap_font
@@ -45,7 +44,7 @@
4544
eco2.anchor_point = (0, 1)
4645
eco2.anchored_position = (130, 235)
4746

48-
splash = displayio.Group(max_size=5)
47+
splash = displayio.Group()
4948
splash.append(background)
5049
splash.append(mouth)
5150
splash.append(message)

0 commit comments

Comments
 (0)