Richard Hull
Richard Hull
> to have a more compact representation? Exactly, especially when dealing with JSONL files
Also - actually, I think this is what this issue is - is that the `007d` is not correct, it should just be `7d` - there are 13 bytes on...
Also, the little-endian stuff doesn't work properly at all: Try creating a file with: `echo -n abc > test_file.txt`, then using the *view.html* test page to tinker with it, and...
Hi @majuss , which oled driver is it? I experienced some odd glitches recently with pillow > 7.1.2 & python 3.8 when using the ssd1309 driver. Could you try python...
Well the interesting thing here is that the tests target python 3.6, 3.7, 3.8 and 3.9, and while they generally substitute the interface (I2C / SPI) for a mock, they...
Can you reproduce it on other devices?
You would have to find a replacement library for RPi.GPIO (the low level GPIO library that luma uses). There is an OPi.GPIO for orange pi (which I am the main...
Hi @derailed, @slimus - I rebased and fixed merge conflicts again, so the PR should be up-to-date w.r.t. the main branch .. would be good to get this in 🙏
yes, the id is a sample ID. I did not know that the BME280 has a device id - that would be a useful addition
In principle, yes looks good :+1:, but I guess my first thought is that will it cause breaking changes? .. if so, is it possible to put a compatibility layer...