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 7cf2a4c + 14dc924 commit b19b168Copy full SHA for b19b168
examples/tca8418_3x4_OLED.py
@@ -52,7 +52,7 @@
52
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
53
54
splash = displayio.Group()
55
-display.show(splash)
+display.root_group = splash
56
57
# text area setup
58
title_text = "TCA8418 Demo"
0 commit comments