Skip to content

Commit 6b99c4c

Browse files
authored
Merge pull request #1605 from lesamouraipourpre/aht20-oled
AHT20-OLED: Remove max_size usage from displayio.Group
2 parents 3643e17 + a0b2ae2 commit 6b99c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AHT20_OLED/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=32)
2626

2727
# Make the display context
28-
splash = displayio.Group(max_size=8)
28+
splash = displayio.Group()
2929
display.show(splash)
3030

3131
text = "hello world"

0 commit comments

Comments
 (0)