Philip Howard
Philip Howard
That's a pretty good point- but I think we're still on the right track. The offset exists purely for compensating the humidity calculation- it serves no other purpose. In many...
I believe that their library does not- but their unified sensor API does- it’s a separation of concerns that we can’t really implement since their sensor API is closed-source and...
Good idea! It should be relatively straightforward to accomplish too. A simple approach would be to keep the time the script started and then- after a reasonable time frame- swap...
This would imply that `psutil.cpu_freq()` does not return the correct current frequency. You could probably verify that by running the following both during idle, and during some load (like `sysbench...
And `--noled` and `--nobutton`, etc! :grimacing:
It's best if assets are prepared *specifically* for Impression and all share the same 7-colour, indexed palette in the correct order but... If you stick to 7 colours that match...
Saw this on Twitter this morning - https://github.com/rbunger/Inky-wHAT-Weather-Station/blob/main/README.md They convert the images from SVG with a fixed palette.
The LUTs have always managed to just hover at the very fringes of my understanding, but some wisdom from the original Inky pHAT library may help. The codes in the...
This should also fix: https://github.com/pimoroni/fanshim-python/issues/13
The UC8159 driver could be getting stuck in a "busy_wait" condition after sending the display data. Your second command - `0x12` - is Display Refresh which is what would normally...