]> sigrok.org Git - libsigrokdecode.git/commit
parallel: increase number of data lines to 16
authorGerhard Sittig <redacted>
Sat, 7 Nov 2020 14:44:37 +0000 (15:44 +0100)
committerGerhard Sittig <redacted>
Wed, 11 Nov 2020 19:21:07 +0000 (20:21 +0100)
commit3f77dc2aae971c4ba97ad81c851c63b681074410
tree4e1359fa9d0d302174bd30976351beb9e53b30b1
parent8838d01886f056b20da458fe55ad977997739b0c
parallel: increase number of data lines to 16

The 'parallel' decoder supported 32 channels when it was introduced.
Commit a3b4f1684a8f lowered the channel count to 8 which is quite a
small number. Increase the number of supported channels to 16 again.
This should result in increased usability while keeping an acceptable
UI dialog size for the decoder properties.
decoders/parallel/pd.py