Philip Howard

Results 958 comments of Philip Howard

> I see. Still, I think ulab is interesting for the servo2040 board, where one may want to run complicated movement calculations @teuler agreed- there's currently no custom build for...

> is there support for the pico scroll? just uploaded the latest version and the module does not seem to be included.. It has been temporarily removed, needs some updates...

@SebasZH do you see these same issues with the official Pico Wireless build, without our baked in libraries? You can grab it here - https://micropython.org/download/rp2-pico-w/rp2-pico-w-latest.uf2

@SebasZH the fix has made it into MicroPython upstream so I'm prepping a release. Does this build work for you? - https://github.com/pimoroni/pimoroni-pico/suites/7510762818/artifacts/308952836

@SebasZH looks like upstream sniffed out the problem and found a fix, which I've bumped us to pending a PR merge. Test build here:- https://github.com/pimoroni/pimoroni-pico/suites/7539789418/artifacts/310923513

I believe @lowfatcode is putting together some very nice text rendering functions including basic Markdown rendering support. Would be best to wait for these to roll along before tackling anything....

@yresk it's only Pico Unicorn and another product that really allocate any significant RAM, and they do so whether they're in use or not. I have a work-in-progress fix for...

Looks like there's a good chance these changes actually work as expected- thank you for forging ahead and testing them. Aim to get these in a release today as I...

> tl;dr: thx to @RedKrieg and @Gadgetoid / building on arm macos does not produce a working uf2 There's something extremely weird or marginal going on, since the CI (which...

This should - hopefully - work as of https://github.com/pimoroni/pimoroni-pico/releases/tag/v1.19.4 @yresk if you still have a broken .uf2, could you ping over the accomanying .elf file? Or run: ``` arm-none-eabi-nm --demangle=gnu-v3...