Philip Howard

Results 1037 comments of Philip Howard

In retrospect that should have been obvious by the fact `ltr559-0.1.0` was right there in your original comment! Sometimes I can't see the wood for the trees. I can't see...

Thanks for making this a PR. However! It looks like the `CPUTemperature` class does nothing but read `/sys/class/thermal/thermal_zone0/temp`, which we'd be better positioned to do directly without the additional dependency....

Inky just uses a Pillow `Image` to draw the UI, you can draw into a portrait image and rotate that to landscape before sending it to `display.set_image()` IE: ```python from...

A pressure reading of 676 suggests you're either at high altitude, in the middle of a tornado, or something is going very, very wrong with reading data from the sensor....

Sorry for the delay replying- I've been torn between projects and unable to get a thought in edgeways. This is strange, and I really need to find the time to...

Sorry I'm a total tool and missed the elephant in the room here. Almost all environmental sensors take a moment to bed in and will likely send spurious initial readings....

I'm guessing this is the Raspbian Lite flavour of Buster? Python, at least, should be installed by default but - indeed - `numpy` and `smbus` should go into the installer.

Yeah- it absolutely should be good to go for a headless setup, i would be silly not to. Pillow is one of the many Python packages that's paradoxically better served...

Thank you- I'll get these added ASAP. I'm hoping to roll the same installer out across other products, so this wisdom will be shared. I'd swear Lite has become even...

> Could it be a compatibility issue ? It's possible the right version of the ads1015 library wasn't installed, though it should have been installed automatically with the library. You're...