Tweet
Replying to @MattPackwood and @adafruit
It’s largely this code, with a few tweaks to remove PyPortal-specific stuff and make it monochrome. The display “just works” like any built in displayio display; the one difference is you have to tell it to refresh with a call to board.DISPLAY.refresh() https://learn.adafruit.com/making-a-pyportal-user-interface-displayio?view=all
(original)