Rev 483 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 483 | Rev 484 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | (gerbv-file-version! "2.0A") |
1 | (gerbv-file-version! "2.0A") |
2 | (define-layer! 7 (cons 'filename "LVD_REMULATOR.GBL") |
2 | (define-layer! 7 (cons 'filename "LVD_REMULATOR.GBL") |
3 | (cons 'visible #t) |
3 | (cons 'visible #t) |
4 | (cons 'color #(0 65535 0)) |
4 | (cons 'color #(0 65535 0)) |
- | 5 | (cons 'alpha #(65535)) |
|
5 | ) |
6 | ) |
6 | (define-layer! 6 (cons 'filename "LVD_REMULATOR.GBO") |
7 | (define-layer! 6 (cons 'filename "LVD_REMULATOR.GBO") |
7 | (cons 'visible #t) |
8 | (cons 'visible #f) |
8 | (cons 'color #(65535 0 65535)) |
9 | (cons 'color #(65535 0 65535)) |
9 | ) |
10 | ) |
10 | (define-layer! 5 (cons 'filename "LVD_REMULATOR.GBS") |
11 | (define-layer! 5 (cons 'filename "LVD_REMULATOR.GBS") |
11 | (cons 'visible #t) |
12 | (cons 'visible #f) |
12 | (cons 'color #(0 0 65535)) |
13 | (cons 'color #(0 0 65535)) |
13 | (cons 'alpha #(32125)) |
14 | (cons 'alpha #(32125)) |
14 | ) |
15 | ) |
15 | (define-layer! 4 (cons 'filename "LVD_REMULATOR.GTL") |
16 | (define-layer! 4 (cons 'filename "LVD_REMULATOR.GTL") |
16 | (cons 'visible #t) |
17 | (cons 'visible #t) |
17 | (cons 'color #(65535 0 0)) |
18 | (cons 'color #(65535 0 0)) |
- | 19 | (cons 'alpha #(34952)) |
|
18 | ) |
20 | ) |
19 | (define-layer! 3 (cons 'filename "LVD_REMULATOR.GTO") |
21 | (define-layer! 3 (cons 'filename "LVD_REMULATOR.GTO") |
20 | (cons 'visible #t) |
22 | (cons 'visible #f) |
21 | (cons 'color #(0 65535 65535)) |
23 | (cons 'color #(0 65535 65535)) |
22 | ) |
24 | ) |
23 | (define-layer! 2 (cons 'filename "LVD_REMULATOR.GTS") |
25 | (define-layer! 2 (cons 'filename "LVD_REMULATOR.GTS") |
24 | (cons 'visible #t) |
26 | (cons 'visible #f) |
25 | (cons 'color #(28765 16967 41171)) |
27 | (cons 'color #(28765 16967 41171)) |
26 | ) |
28 | ) |
27 | (define-layer! 1 (cons 'filename "LVD_REMULATOR.GKO") |
29 | (define-layer! 1 (cons 'filename "LVD_REMULATOR.GKO") |
28 | (cons 'visible #t) |
30 | (cons 'visible #t) |
29 | (cons 'color #(65535 65535 65535)) |
31 | (cons 'color #(65535 65535 65535)) |
Line 38... | Line 40... | ||
38 | (list 'zero_suppression 'Enum 0) |
40 | (list 'zero_suppression 'Enum 0) |
39 | (list 'units 'Enum 1) |
41 | (list 'units 'Enum 1) |
40 | (list 'digits 'Integer 2) |
42 | (list 'digits 'Integer 2) |
41 | )) |
43 | )) |
42 | ) |
44 | ) |
43 | (define-layer! -1 (cons 'filename "New Century Schoolbook") |
45 | (define-layer! -1 (cons 'filename "Р│wGV") |
44 | (cons 'color #(0 0 0)) |
46 | (cons 'color #(0 0 0)) |
45 | ) |
47 | ) |
46 | (set-render-type! 3) |
48 | (set-render-type! 3) |