]> sigrok.org Git - sigrok-dumps.git/blame - display/seven_segment/README
seven_segment: expand the alphabet and show unknown characters
[sigrok-dumps.git] / display / seven_segment / README
CommitLineData
81cc1472
BO
1-------------------------------------------------------------------------------
2Generic 7-segment display
3-------------------------------------------------------------------------------
4
5These are files containing data to test the function of the seven_segment
6protocol decoder.
7
8
9Logic analyzer setup
10--------------------
11
12Two files were generated without logic analyzer.
13
14For the last file a Saleae Logic clone was used (at 20kHz).
15
16 Probe Display pin
17 --------------------------
18 0 A
19 1 B
20 2 C
21 3 D
22 4 E
23 5 F
24 6 G
25 7 DP
26
27
28test_7_segment_0-9.sr
29---------------------
30
31Cycles through the numbers 0 to 9.
32
33
34test_7_segment_0-f.sr
35---------------------
36
37Cycles through the numbers 0 to F.
38
39
40test_7_segment_slow.sr
41----------------------
42
43Cycles through the numbers 0 to F with alternating dot.
4e5ca80e
BG
44
45
46test_7_segment_all_alphabet.sr
47------------------------------
48
49Covers more combinations of LED segments, including alphanumeric codes
50(letters, punctuation).
51
52
53mystery_message.sr
54------------------
55
56Contains LED segment combinations that are not known to the decoder.