From: Ben Gardiner Date: Sun, 22 Nov 2020 20:59:19 +0000 (+0000) Subject: seven_segment: expand the alphabet and show unknown characters X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=4e5ca80e3a4180c151298f94ea721edae8ad5467 seven_segment: expand the alphabet and show unknown characters Signed-off-by: Ben Gardiner [ gsi: usability nits, rename traces and update README ] --- diff --git a/display/seven_segment/README b/display/seven_segment/README index dd3410f..434ce89 100644 --- a/display/seven_segment/README +++ b/display/seven_segment/README @@ -41,3 +41,16 @@ test_7_segment_slow.sr ---------------------- Cycles through the numbers 0 to F with alternating dot. + + +test_7_segment_all_alphabet.sr +------------------------------ + +Covers more combinations of LED segments, including alphanumeric codes +(letters, punctuation). + + +mystery_message.sr +------------------ + +Contains LED segment combinations that are not known to the decoder. diff --git a/display/seven_segment/mystery_message.sr b/display/seven_segment/mystery_message.sr new file mode 100644 index 0000000..60eb84a Binary files /dev/null and b/display/seven_segment/mystery_message.sr differ diff --git a/display/seven_segment/test_7_segment_all_alphabet.sr b/display/seven_segment/test_7_segment_all_alphabet.sr new file mode 100644 index 0000000..b644933 Binary files /dev/null and b/display/seven_segment/test_7_segment_all_alphabet.sr differ