From: Gerhard Sittig Date: Sat, 7 Nov 2020 14:44:37 +0000 (+0100) Subject: parallel: increase number of data lines to 16 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=3f77dc2aae971c4ba97ad81c851c63b681074410 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. --- diff --git a/decoders/parallel/pd.py b/decoders/parallel/pd.py index 71d8833..5acfb67 100644 --- a/decoders/parallel/pd.py +++ b/decoders/parallel/pd.py @@ -54,7 +54,7 @@ Packet: word is 7, and so on. ''' -NUM_CHANNELS = 8 +NUM_CHANNELS = 16 class Pin: CLOCK = 0