Skip to content

Commit 14dc924

Browse files
committed
update show to root_group
1 parent 7cf2a4c commit 14dc924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tca8418_3x4_OLED.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
5353

5454
splash = displayio.Group()
55-
display.show(splash)
55+
display.root_group = splash
5656

5757
# text area setup
5858
title_text = "TCA8418 Demo"

0 commit comments

Comments
 (0)