Philip Howard
Philip Howard
Code responsible for driving the APA102 LEDs should be stripped out of this library in favour of apa102-python - https://github.com/pimoroni/apa102-python
Add per-board linker scripts to avoid silently overflowing flash. Excludes region allocated to user filesystem from FLASH section. Rationale explained in https://github.com/micropython/micropython/issues/8680 TLDR: Prevents the accidental generation of MicroPython builds...
This is a first shot at implementing #8208 Some points for discussion: * Naming things, ugh, what should these variables be called? * The 10ms delay for vreg stabilization is......
Should fix #490 (if it works) Added as a new param to `decode`, use `dither=False` to disable (defaults to enabled): ```python from picographics import PicoGraphics, DISPLAY_INKY_PACK import jpegdec graphics =...
This currently... does not work. It's failing on soft reset, which is fairly standard for anything touching PIO, DMA and ISRs and such. The general premise here is to remove...
Trying out v1.19.0? Found a bug? Need some help migrating your code? Ask away here.
Grab ARM GCC 9, such as https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2?revision=108bd959-44bd-4619-9c19-26187abf5225&hash=8B0FA405733ED93B97BAD0D2C3D3F62A Extract to `/opt/gcc-arm-none-eabi-9-2019-q4-major` Prepend to `$PATH` Try to build MicroPython. Observe that a mess of runtime introspection and/or exception handling symbols appear in...
Several libraries rely on static buffers or arrays which dip in to the *minuscule* amount of RAM left over to C/C++ after MicroPython takes the lion's share for gc_heap and...
I don't know how useful this will be, or how reliable since this camera intensely dislikes me, but I realised the 32x24 sensor is a good fit for a 32x32...
See - https://github.com/pimoroni/pimoroni-pico/pull/260