adafruit / Adafruit_CircuitPython_PyBadger

Badge-focused CircuitPython helper library for PyBadge, PyBadge LC, PyGamer and CLUE
MIT License
21 stars 26 forks source link

change badgerbase.show to root_group #69

Closed FoamyGuy closed 7 months ago

FoamyGuy commented 7 months ago

Technically this is not required for 9.0.0 because badgerbase.show() was updated internally to use root_group already.

But my assumption is that badgerbase.show() was originally named to match Display.show() so I think it makes sense to change it over to using root_group since that is how Display works now.

It is a breaking change, any code that was using badgerbase.show() would need to update their project code.