diff --git a/examples/ssd1327_gamma.py b/examples/ssd1327_gamma.py index 8dcf889..c39038a 100644 --- a/examples/ssd1327_gamma.py +++ b/examples/ssd1327_gamma.py @@ -46,6 +46,6 @@ g.append(t) -display.show(g) +display.root_group = g time.sleep(10) diff --git a/examples/ssd1327_simpletest.py b/examples/ssd1327_simpletest.py index 433f609..81344ce 100644 --- a/examples/ssd1327_simpletest.py +++ b/examples/ssd1327_simpletest.py @@ -31,7 +31,7 @@ # Make the display context splash = displayio.Group() -display.show(splash) +display.root_group = splash # Draw a background rectangle, but not the full display size color_bitmap = displayio.Bitmap(