I have already written some decoders stacked on UART and I2C decdoers. The usual use case is to detect high level framing and add textual annotations with the detected information. Now I need a non-textual display.
One of the detected information is a channel mask for 4 channels. I want to add 4 lines to the output that looks like the input signals. So the (calculated) values 0, 9, 6 should be displayed like this: 0 9 6 ____----____ ________---- ________---- ____----____ This would look like new, software generated, signals. Does the libsigrokdecode library support this functionality? Is the binary output design for this use case? How should I start? Best regards, Helge _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel