KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.39k stars 476 forks source link

[peg_oled_display] Update outdated `show()` calls #965

Closed after-ephemera closed 3 months ago

after-ephemera commented 5 months ago

These were deprecated in circuitpython 9 and need to be updated to use the root_group API to support latest versions.

root_group has been around for some time so although this is a breaking change for almost anyone using Peg + Blok.

Anecdotally, my Lily58 was an early Blok build and the microcontroller I got from BoardSource had circuitpython 8.x.

xs5871 commented 3 months ago

I'm closing the PR because this extension is being removed with #977. Please use the display extension instead.