Philip Howard
Philip Howard
Noted, and irrevocably relicensed: https://github.com/pinout-xyz/Pinout.xyz/commit/aa82f18c0e908af17dc342ce99d1abf042d4db3f I do prefer to open source my decision making, it feels like a lot of people have contributed a lot of effort here - you...
Note: since this Pinout repository represents pretty much a dead end for progress on this project, I’m also considering adding some indication of this fact and - yes I got...
> If you're going to tackle that (sounds ambitious!) can I suggest (for ease of future maintenance!) that you make more of an effort to separate "data" from "presentation"? 🙂...
THAS ONE BIG SCHEMA MUMMA https://github.com/pinout-xyz/pinout-2024/blob/main/schema/__init__.py (disclaimer: probably actually quite concise)
> Probably makes sense to have a directory-per-board I was thinking along those lines, yes! Also leaves room for expansion- more images or... whatever else makes sense to collate.
In the current beta release you should be able to `graphics.set_blocking(False)` and sit in a `while graphics.is_busy():` loop in an async function. Using core1 to extend the watchdog timeout is...
The Inky Impression pinout can be found here: https://pinout.xyz/pinout/inky_impression And the Pico pinout here: https://pico.pinout.xyz Armed with these and some sunglasses to consult that crime of a pinout diagram, suggests...
PIL and numpy are usually fetched from PiWheels (https://www.piwheels.org) which provides binary wheels (pre-compiled) for 32bit Raspberry Pi versions. Unfortunately PiWheels is currently undergoing maintenance (https://github.com/piwheels/packages/issues/530) and not building new...
I've tested on Pi 4 and Pi 5 with fresh installs and the LCD works in both cases. Please try: ``` pip install --ugprade enviroplus pip install --upgrade st7735 ```...
> potentially something related to the pi zero itself that's not being considered here Very possible, I assumed this but tried and failed to get a Pi Zero W to...