Philip Howard
Philip Howard
Chasing the DMA would be preferable and is what I was going for. I'd hope to factor out the 640 bytes at some point and allow MicroPython to allocate and...
Sheesh has it been nearly a month already!? This changeset fixed a flicker in our factory tests, but I need to test across some other products and make sure there...
Looks like in PEN_P4 mode there's a slight left-to-right wrap happening on Pico Display. I'll have to dig and see why-  Above you can see the very left-most pixels...
Fixed the Pico Display bug (stemming from an underlying bug in Pen P4 as noticed by @MichaelBell) with https://github.com/pimoroni/pimoroni-pico/commit/bb9b5b69d3287e3a645e3e11804b7e425b28bd4e And made a slight improvement to the RGB565 frame convert (At...
Very happy with this, thank you! The RP2040 RAM gods smile upon us :laughing:
This will all change with #373 and I definitely recommend giving those builds a try if you're using a display.
In your case you will be wanting something like: ```python from pimoroni_bus import SPIBus from picographics import PicoGraphics, DISPLAY_PICO_DISPLAY, PEN_RGB565 spibus = SPIBus(cs=5, dc=1, sck=2, mosi=3, bl=4) display = PicoGraphics(display=DISPLAY_PICO_DISPLAY,...
Ha, I thought I'd tested them all. I'll add this to my TODO!
Rotations seem to work fine on the 160x80 PicoDisplay, so I think this might be a disagreement in how your display works, or some other issue.
Change `DISPLAY_PICO_DISPLAY` in your code to `DISPLAY_PICO_DISPLAY_2`