From 25192287950fe71436d3805eb1f3fd6b4349ba53 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 9 Nov 2023 14:11:48 -0500 Subject: [PATCH] Update README.rst to not use .show(...) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e0a46a1..7001540 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Usage Example from adafruit_display_shapes.roundrect import RoundRect splash = displayio.Group() - board.DISPLAY.show(splash) + board.DISPLAY.root_group = splash color_bitmap = displayio.Bitmap(320, 240, 1) color_palette = displayio.Palette(1)