Philip Howard

Results 958 comments of Philip Howard

Managed to replicate this behaviour with the latest builds from #2, I'm not sure what's gone awry but this is definitely not the experience I remember. From what I can...

Things are slightly less awful with the latest CI builds from https://github.com/pimoroni/badger2040/pull/2 QR code actually refreshes the screen when it's launched now. It previously made the assumption that all startup...

Okay there's also this build (GitHub login required for grabbing pre-release builds from artifacts) you could try: https://github.com/pimoroni/badger2040/actions/runs/4471004312 This removes all the Pico SDK patching nonsense and moves the button...

Newer builds here: https://github.com/pimoroni/badger2040/actions/runs/4481879763

I've released a new v0.0.2 with yet more tweaks, let me know if it helps.

> Ideally, Pimoroni needs to put your code in the main Micropython Project repo. > This process of needing code from 3 different repo that lineup is problematic. This wont...

I think it’s possible but quite tricky to redirect machine.RTC, since we’d have to patch the relevant files in the port (MicroPython source) itself. I found the dual RTC stuff...

Okay, some basic RTC functions and docs added here - https://github.com/pimoroni/badger2040/pull/2 If you get the build from GitHub Actions you should be able to give these a try.

PRs to migrate over: * https://github.com/pimoroni/pimoroni-pico/pull/339 * https://github.com/pimoroni/pimoroni-pico/pull/479 - should we have a converter to make raw framebuffer .bin files for *all* PicoGraphics pen types? Could be handy * https://github.com/pimoroni/pimoroni-pico/pull/341...

A pull-request would be very welcome. Thank you. I wonder if it's worth adding some of these more common commands into the API so we can just call `gps.configure_pps()` or...