]> sigrok.org Git - sigrok-dumps.git/commitdiff
seven_segment: Add dumps
authorBenedikt Otto <redacted>
Sat, 12 Oct 2019 17:42:12 +0000 (19:42 +0200)
committerUwe Hermann <redacted>
Wed, 6 Nov 2019 22:54:33 +0000 (23:54 +0100)
display/seven_segment/README [new file with mode: 0644]
display/seven_segment/test_7_segment_0-9.sr [new file with mode: 0644]
display/seven_segment/test_7_segment_0-F.sr [new file with mode: 0644]
display/seven_segment/test_7_segment_slow.sr [new file with mode: 0644]

diff --git a/display/seven_segment/README b/display/seven_segment/README
new file mode 100644 (file)
index 0000000..dd3410f
--- /dev/null
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------------------
+Generic 7-segment display
+-------------------------------------------------------------------------------
+
+These are files containing data to test the function of the seven_segment
+protocol decoder.
+
+
+Logic analyzer setup
+--------------------
+
+Two files were generated without logic analyzer.
+
+For the last file a Saleae Logic clone was used (at 20kHz).
+
+  Probe          Display pin
+  --------------------------
+  0              A
+  1              B
+  2              C
+  3              D
+  4              E
+  5              F
+  6              G
+  7              DP
+
+
+test_7_segment_0-9.sr
+---------------------
+
+Cycles through the numbers 0 to 9.
+
+
+test_7_segment_0-f.sr
+---------------------
+
+Cycles through the numbers 0 to F.
+
+
+test_7_segment_slow.sr
+----------------------
+
+Cycles through the numbers 0 to F with alternating dot.
diff --git a/display/seven_segment/test_7_segment_0-9.sr b/display/seven_segment/test_7_segment_0-9.sr
new file mode 100644 (file)
index 0000000..977bf80
Binary files /dev/null and b/display/seven_segment/test_7_segment_0-9.sr differ
diff --git a/display/seven_segment/test_7_segment_0-F.sr b/display/seven_segment/test_7_segment_0-F.sr
new file mode 100644 (file)
index 0000000..7cf0302
Binary files /dev/null and b/display/seven_segment/test_7_segment_0-F.sr differ
diff --git a/display/seven_segment/test_7_segment_slow.sr b/display/seven_segment/test_7_segment_slow.sr
new file mode 100644 (file)
index 0000000..2b9e7c6
Binary files /dev/null and b/display/seven_segment/test_7_segment_slow.sr differ