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 3643e17 + a0b2ae2 commit 6b99c4cCopy full SHA for 6b99c4c
AHT20_OLED/code.py
@@ -25,7 +25,7 @@
25
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=32)
26
27
# Make the display context
28
-splash = displayio.Group(max_size=8)
+splash = displayio.Group()
29
display.show(splash)
30
31
text = "hello world"
0 commit comments