We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e018c2 + 50725db commit 58115aaCopy full SHA for 58115aa
adafruit_macropad.py
@@ -865,7 +865,7 @@ def display_image(
865
if not position:
866
position = (0, 0)
867
group = displayio.Group(scale=1)
868
- self.display.show(group)
+ self.display.root_group = group
869
with open(file_name, "rb") as image_file:
870
background = displayio.OnDiskBitmap(image_file)
871
sprite = displayio.TileGrid(
0 commit comments