Philip Howard
Philip Howard
Have merged #6 which supports this functionality, but doesn't actually turn *off* the display- ie: it just draws a black screen. I'll need to add full off support into the...
Hmm, looks like it could use a `>=` check on version here: https://github.com/pimoroni/gfx-hat/blob/9ceda95f2b5b936cae9c1b6cd21a8dcb1517b882/library/setup.py#L55
This is- somewhat- normal.. The Python examples should probably incorporate an `atexit` handler that clears and turns off the display. Easily missed when you're running the thing 24/7 to program...
It should be added to the bottom of `library/setup.cfg` in the `[pimoroni]` section. The install script parses this and installs the deps lists: ```yml [pimoroni] py2deps = python-pip python-yaml python-smbus...
It uses the Holtek HT16K33 which is pretty common. If there were some specific problem with the chip, I'd expect to have seen this reported more often. I had a...
A go over and a rebase would be appreciated. I've just fixed our GitHub Action so hopefully it wont all collapse in a heap.
Work in progress is here - https://github.com/pimoroni/grow-python/pull/36 I can't use `lgpio` or `gpiozero` because `gpiozero` uses `lpgio` as its default back-end, and `lgpio` does not have a functional package on...
The trouble with gpiozero is that it's just a wrapper for existing IO libraries. So under the hood on Pi 5 it uses LG/LGPIO, which has no installation candidate on...
This is some great effort toward making this a better script, thank you and sorry it has gone largely ignored. Everything is on fire for me right now, but I'm...
The `monitor` script would also be relying on packages in a virtual environment in most cases, so I need to figure out how to run "services" like that in the...