Christophe Augier
Christophe Augier
As there been any progress/update on that issue?
While using python-barcode I found that the text placement is incorrect. I believe text_distance is used correctly as the distance between the bottom of the barcode modules and the text...
I opened #177 and proposed a patch that fixes the issue when using small values of text_distance.
I don't know how to do that with kokopelli but for that specific use case I switched to using jscut.
I pushed a fix for that. Unfortunately even after applying the fix, the model is not correctly rendered in the glcanvas.
I didn't test with the source but it should be equivalent.
I guess the `include_file()` method from `prost_build::Config` is implementing the expected behaviour. https://docs.rs/prost-build/latest/prost_build/struct.Config.html#method.include_file
I started looking into how the I2C timings are computed tonight and based on AN4235 from ST and their old excel spreadsheet I wrote this python script to find correct...
Cool got it working, I had to change one of my pullups resistors. The code in the python script is very brute force I don't know if moving it to...