]> sigrok.org Git - libsigrok.git/commit
input/protocoldata: reduce inter-frame gap for I2C waveforms
authorGerhard Sittig <redacted>
Thu, 13 Jul 2023 17:30:02 +0000 (19:30 +0200)
committerGerhard Sittig <redacted>
Thu, 13 Jul 2023 17:33:32 +0000 (19:33 +0200)
commitf6d0f7a83c5b5e31c1bffc9abaebb91822378f9e
tree2fc8ef0d2172e9266fe1d931d51447398d3487be
parentb6c6daa1bcb9a3a065229a21d77175a8d658a61e
input/protocoldata: reduce inter-frame gap for I2C waveforms

Space I2C data bytes the same as address bytes are spaced. Results in a
graphical presentation that is easier to inspect, and is less wasteful
at the same time (more data is seen at the same zoom level).
src/input/protocoldata.c