From 88bab575e9775f3e371be98d22b491ff257d1001 Mon Sep 17 00:00:00 2001 From: Ben Gardiner Date: Sun, 22 Nov 2020 20:58:15 +0000 Subject: seven_segment: expand the alphabet and show unknown characters Signed-off-by: Ben Gardiner --- decoder/test/seven_segment/test.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'decoder/test/seven_segment/test.conf') diff --git a/decoder/test/seven_segment/test.conf b/decoder/test/seven_segment/test.conf index 70ff756..06d40fd 100644 --- a/decoder/test/seven_segment/test.conf +++ b/decoder/test/seven_segment/test.conf @@ -12,3 +12,18 @@ test test_7_segment_slow protocol-decoder seven_segment channel a=0 channel b=1 channel c=2 channel d=3 channel e=4 channel f=5 channel g=6 channel dp=7 option polarity=common-anode input display/seven_segment/test_7_segment_slow.sr output seven_segment annotation match test_7_segment_slow.output + +test test_7_segment_slow_with_unknows + protocol-decoder seven_segment channel a=0 channel b=1 channel c=2 channel d=3 channel e=4 channel f=5 channel g=6 channel dp=7 option polarity=common-anode option show_unknown=yes + input display/seven_segment/test_7_segment_slow.sr + output seven_segment annotation match test_7_segment_slow_with_unknowns.output + +test test_7_segment_full_alphabet + protocol-decoder seven_segment channel a=0 channel b=1 channel c=2 channel d=3 channel e=4 channel f=5 channel g=6 option show_unknown=yes + input display/seven_segment/test_7_segment_all_alphabet.sr + output seven_segment annotation match test_7_segment_full_alphabet.output + +test test_7_segment_mystery_message + protocol-decoder seven_segment channel a=0 channel b=1 channel c=2 channel d=3 channel e=4 channel f=5 channel g=6 option show_unknown=yes + input display/seven_segment/mystery_message.sr + output seven_segment annotation match mystery_message.output -- cgit v1.2.3-70-g09d2