Skip to content

Commit

Permalink
Merge pull request #52 from RetiredWizard/main
Browse files Browse the repository at this point in the history
Replace depreciated .show()
  • Loading branch information
dhalbert committed Nov 3, 2023
2 parents c277db5 + 2259e21 commit da943a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asyncio_displayio_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ async def main(): # Don't forget the async!


# show main_group so it's visible on the display
display.show(main_group)
display.root_group = main_group

# start the main coroutine
asyncio.run(main())

0 comments on commit da943a7

Please sign in to comment.