Philip Howard

Results 958 comments of Philip Howard

Well, that's odd! `picounicorn` *does* have a `clear()` function - https://github.com/pimoroni/pimoroni-pico/blob/0f090d8999a8c07bf00336c4602d21decab476ac/micropython/modules/pico_unicorn/pico_unicorn.c#L37 I'd venture that the examples were written before it was added... but that doesn't seem to be the case!

Oh wow, I glanced over the code for a bug like this and didn't see it. Good sleuthing. Thank you. You're right. I'll get this fixed!

Test builds: * Pico W (.uf2 not .elf) - https://github.com/pimoroni/pimoroni-pico/actions/runs/2738936946 * Non-W - https://github.com/pimoroni/pimoroni-pico/actions/runs/2738936945

Awesome. Thank you. On my TODO list to give this a try! If you'd like this to be a builtin example, the "eliminationsquares.bin" should be added to git as the...

Intrigued to know how you managed folders! But I think I have a pretty good idea how they could work, based on our new stateful apps approach. Let me get...

Nice work. I think I may have missed a trick somewhere in the Python version of the text rendering, since in C++ these `0x00` chars are included (since variable length...

> I bought a new desktop PC (custom assembled) and am now in the process of installing / setting up the new one. Takes days, if not some weeks of...

We've thrown around the idea internally to make a web front-end that lets you cherry pick which drivers and builtin modules you want to roll your own totally custom build....

Pixel mapping is currently not supported, but does happen implicitly in `set_color` so it might be possible to expand upon this: https://github.com/pimoroni/pimoroni-pico/blob/9fafa3edb1e6721a8e3c727e27033220c6697711/drivers/hub75/hub75.cpp#L79-L90 Right now pixels are laid out in memory...

I suspect Python support for audio might be some time off- it's still early days for Pico's MicroPython port and there's still no precedent set - as far as I...