diff --git a/examples/tca8418_3x4_OLED.py b/examples/tca8418_3x4_OLED.py index 21ea879..42369b5 100644 --- a/examples/tca8418_3x4_OLED.py +++ b/examples/tca8418_3x4_OLED.py @@ -52,7 +52,7 @@ display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT) splash = displayio.Group() -display.show(splash) +display.root_group = splash # text area setup title_text = "TCA8418 Demo"