Skip to content

Commit b19b168

Browse files
authored
Merge pull request #14 from FoamyGuy/root_group_update
update show to root_group
2 parents 7cf2a4c + 14dc924 commit b19b168

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)