From 14dc924ebc2e6e25c76283cb9259c55b012bfd40 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sun, 24 Mar 2024 16:52:53 -0500 Subject: [PATCH] update show to root_group --- examples/tca8418_3x4_OLED.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"