Philip Howard

Results 1019 comments of Philip Howard
trafficstars

I've somehow not come across systemd environment files before, it looks like a reasonable approach. Totally onboard with using a config file, it's been in the back of my mind...

The Python scripts are intended to talk *directly* to the display and don't work in conjunction with the fbdev driver- which basically takes over the screen entirely. You'd need to...

`pimoroni-bme280`, `ltr559` and `ads1015` are all listed as dependencies, they should be installed automatically when the library is installed. Note: don't run `sudo rpi-update`, the RPi kernel/modules/firmware gets updated with...

Now added a new `check-install.py` to help diagnose these issues: https://github.com/pimoroni/enviroplus-python/blob/master/check-install.py Run with: ``` python3 check-install.py ```

Ooops, you're onto something here- manual mode has been neglected with all the other features being piled on. Looks like you're on the right track to fixing it, but I...

No worries! It’s your PR so set your own pace. Lord knows I’m not the most responsive maintainer in the world.

As much as I hate to say it - since we only provide breakouts that use the i2c interface and this library is strongly i2c focussed - I'm afraid I...

AFAIK Inky Impression (uc8159 driver) does not support partial updates. The last displays I've seen that *do* have been some of our smaller, three colour displays. They had significant artefacts...

Since the offset is adjusting the raw temperature value used in the humidity compensation, I don't believe these results can be incorrect. But they're awfully unintuitive to rationalise. It might...