Philip Howard
Philip Howard
This slightly naive fix moves the whitespace to the start of the register loop, ensuring each method within the Python class is separated by a single line- https://lintlyci.github.io/Flake8Rules/rules/E301.html
See: https://forums.pimoroni.com/t/temporarily-disable-skywriter-hat-from-code/6443
Follows the lead from: https://github.com/micropython/micropython/commit/662b9761b37b054f08fe2f7c00d0fce3a418d0b0 Update to support MP_DEFINE_CONST_OBJ_TYPE with backwards compatibility. TODO * [ ] Move to updated `ulab` when it's available * [x] Fix and update `qrcode`
### Describe the bug Missing support in `i2c-rtc.dtbo` for the rv3032 RTC. ### Steps to reproduce the behaviour Add: ``` dtoverlay=i2c-rtc,rv3032 ``` To `/boot/config.txt` ### Device (s) Raspberry Pi 4...
### Describe the bug I have discovered the switch from Pi's homegrown setup to DRM/KMS has some side-effects/regressions when dpms kicks in. DRM/KMS turns off the DPI signals to the...
This AV player for the Pimoroni Pico DV uses straight-forward (ish) `ffmpeg` commands to convert any AV source into the raw formats required to blast directly at the i2s hardware/framebuffer....
# Testing If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so: ``` git clone https://github.com/pimoroni/blinkt -b repackage cd blinkt...
# Testing If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so: ``` git clone https://github.com/pimoroni/automation-hat -b repackage cd automation-hat...
Prune trailing whitespace across the whole project, this is done automatically with: ``` grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp | xargs sed -i 's/[[:space:]]*$//' ``` Raised as a draft because...
It's not valid to assume that `${MICROPY_PORT_DIR}/boards/${MICROPY_BOARD}` is equal to `${MICROPY_BOARD_DIR}`, because the latter could be *outside* of `${MICROPY_PORT_DIR}`, eg: https://github.com/pimoroni/badger2040/tree/main/firmware/PIMORONI_BADGER2040W This PR replaces this path with the canonical `${MICROPY_BOARD_DIR}`...