Philip Howard
                                            Philip Howard
                                        
                                    Things are old and broken because this library hasn't been updated in two years, but I'm actually working on updating our boilerplate and, in turn, our libraries at the moment....
We managed to get PiCamera working on an LED matrix display before, see: https://github.com/pimoroni/unicorn-hat-hd/blob/master/examples/camera.py The process should be roughly the same, though you'd be pushing quite a few more pixels.
I think the Pico Display 2.0 examples are missing! Otherwise awesome. I should probably merge #919
Okay I have broken the tests so you'll need to rebase 😠I think `display_png_offset_palette.py` can perhaps be enhanced like so, which is *slightly* more complicated but reflows the images...
Ugh, I'm sorry- I just conflicted this by merging #939 ðŸ˜
Thank you 🥳 I guess the next job is https://github.com/pimoroni/pimoroni-pico/issues/941 If I can sync JPEGDec we get some new toys to play with.
Quickstart for the reference implementation: ```python import network import socket class PINT_Socket: """An arbitrary structure for storing data about your sockets. Does not have to be a class, you could...
TODO: Update the implementation stub above with my many, many findings from putting PINT to the test.
Nice work, if we can bash the rough edges off then WavPlayer or "audio.py" can be baked into the MicroPython builds to avoid needing to haul it around with the...
Okay, after a shower epiphany I think I've discovered the source of the pop. See if you can spot it... 😆