blob: 434ce89c04d75e3c489f3a5aa6ccf55fab886eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
-------------------------------------------------------------------------------
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.
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.
|