Mathieu Poussin
Mathieu Poussin
Something that could be interesting to add, we should name the configmap dynamically with the name of the relase (like most others k8s objects I think right now) As of...
Agreed, to me this is the biggest weakness of dnf so far.
Wow as was actually looking exactly for this :D Looking forward to be able to use this. Thanks
Any way I can help to merge this ? I do own the display
Great thanks :) I think it be only available when a new version has been tagged ? (except if I hardcode the commit during `go get`)
Hmm I could not make it work so far, I found a few issues so far: `Dev.Bounds()` is always `(0,0),(0,0)`, it's not properly set as it should automatically depending on...
For the size always set to `0`, This is the issue: https://github.com/periph/devices/blob/main/inky/impression.go#L208 It should be this I guess ```go if o.Width != 0 && o.Height != 0 { d.width =...
Yes, I am using a Raspberry Pi Zero 2W, I can use the official python code without problem (just with the warning about busy wait but that is not blocking...
Thanks I will try that and let you know Do you know if there is something like tcpdump that can be used for SPI or GPIO ? I could capture...
I tried with your GPIO method, I am getting the same issue (randomly throwing the error or not throwing the error, when it's not throwing it, it then pause like...