Sebastian Kuzminsky

Results 33 comments of Sebastian Kuzminsky

Not sure if this is still an issue, but it's been addressed here: https://github.com/tuupola/hagl_pico_mipi/issues/55

@andlaus do you want me to rebase this on top of master to pick up the linter fix that you just merged?

> I'm not sure about this. I do not see the benefit of raising an exception on unused values. If CANdb++ can open these files, then they are valid and...

And this latest force-push should fix the ruff linter error i introduced. :roll_eyes: Sorry for all the churn...

Here are some small DBC files that demonstrate the issue. They both define two packets with one signal each. In `bad.dbc` the `VAL_` and `SIG_VALTYPE_` lines have incorrect frame ids...

That did it, thanks :-) This is the code I ended up using: ``` mode[0] = 0x00; mode[1] = MIPI_DCS_ADDRESS_MODE_SWAP_XY | MIPI_DCS_ADDRESS_MODE_MIRROR_X; mode[2] = MIPI_DCS_ADDRESS_MODE_MIRROR_X | MIPI_DCS_ADDRESS_MODE_MIRROR_Y; mode[3] = MIPI_DCS_ADDRESS_MODE_SWAP_XY...

Unfortunately the ioctl method you suggested does not completely solve the problem. I think there are three issues that need to be addressed, in addition to changing the addressing mode...

The latest version of the master branch (but not the most recent release, 1.3.3) includes a new feature, svgpathtools.Document, that lets you access the DOM of the SVG XML. This...

`svgpathtools.Document` was added after 1.3.3, in commit 360d6b224c53.