Philip Howard

Results 1037 comments of Philip Howard

Thanks for taking the time to PR this. It seems like a worthwhile addition, but should probably be paired with a new argument that disables logging by default and allows...

In my experience it's best to port the underlying transport libraries by "shimming" some custom code in their place. I'm surprised there's not a general purpose solution to this problem...

Some of the changes proposed to help support Inky pHAT simulation should also help you here. These include the ability to specify an SPI bus, I2C bus and GPIO object...

As near as I can tell: 1. The SPI speed can probably be increased for `ssd1608` which at least gets the data transfer faster 2. The `ssd1608` seems to be...

These make sense! Thank you. A PR would still be accepted if you'd like to make the contribution, otherwise I'll try and batch this change in before the next release.

Looks like the code you're using talks - via i2c - to an ATmega168 which is what actually handles reading the gas sensor. I can't find the firmware for the...

To drive by and interject with a pointer - Inky has no concept of "red" and "black" images, and just uses a single "P" (paletted) style image with the colours...

It's not the most useful of feedback and there doesn't even seem to be a lot of useful guidance out there for it, but for basic GPIO access you should...

@daviehh yeah- I found the same with libgpio. Documentation was scarce, as were real-world examples of it being used. The more code out there using it, the more working examples...

I set aside some time a few months ago to experiment with PWM on Fan SHIM and ran into the same set of problems, ultimately abandoning it in favour of...