From 3f77dc2aae971c4ba97ad81c851c63b681074410 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sat, 7 Nov 2020 15:44:37 +0100 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders') 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 -- cgit v1.2.3-70-g09d2