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 6949ebc + c1f4747 commit 4d53dfdCopy full SHA for 4d53dfd
CLUE_Milk_Checker/code.py
@@ -1,6 +1,5 @@
1
import time
2
import board
3
-import terminalio
4
import displayio
5
import adafruit_sgp30
6
from adafruit_bitmap_font import bitmap_font
@@ -45,7 +44,7 @@
45
44
eco2.anchor_point = (0, 1)
46
eco2.anchored_position = (130, 235)
47
48
-splash = displayio.Group(max_size=5)
+splash = displayio.Group()
49
splash.append(background)
50
splash.append(mouth)
51
splash.append(message)
0 commit comments