blob: 251febe5ce967db38acdb4e219d593e827286fb0 (
plain) (
blame)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="lamp" defstate="0">
<rect state="0">
<color red="0.1" green="0.1" blue="0.0" />
<bounds x="0.0" y="0.0" width="1.0" height="1.0" />
</rect>
<rect state="1">
<color red="1.0" green="1.0" blue="0.0" />
<bounds x="0.0" y="0.0" width="1.0" height="1.0" />
</rect>
</element>
<element name="start" defstate="0">
<disk state="0">
<bounds x="0" y="0" width="2.0" height="2.0" />
<color red="0.0" green="0.1" blue="0.061" />
</disk>
<disk state="1">
<bounds x="0" y="0" width="2.0" height="2.0" />
<color red="0.0" green="1.0" blue="0.61" />
</disk>
<text string="START">
<color red="0.0" green="0.0" blue="0.0" />
<bounds x="0.25" y="0.5" width="1.5" height="1.0" />
</text>
</element>
<element name="view1" defstate="0">
<disk state="0">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="0.1" green="0.01137" blue="0.02314" />
</disk>
<disk state="1">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="1.0" green="0.1137" blue="0.2314" />
</disk>
<text string="ROAD CAM">
<color red="0.0" green="0.0" blue="0.0" />
<bounds x="10.0" y="10.0" width="150.0" height="70.0" />
</text>
</element>
<element name="view2" defstate="0">
<disk state="0">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="0.1" green="0.09294" blue="0.00078" />
</disk>
<disk state="1">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="1.0" green="0.9294" blue="0.0078" />
</disk>
<text string="TAILGATE CAM">
<color red="0.0" green="0.0" blue="0.0" />
<bounds x="10.0" y="10.0" width="150.0" height="70.0" />
</text>
</element>
<element name="view3" defstate="0">
<disk state="0">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="0.0" green="0.1" blue="0.03686" />
</disk>
<disk state="1">
<bounds x="0.0" y="0.0" width="170.0" height="90.0" />
<color red="0.0" green="1.0" blue="0.3686" />
</disk>
<text string="SKY CAM">
<color red="0.0" green="0.0" blue="0.0" />
<bounds x="10.0" y="10.0" width="150.0" height="70.0" />
</text>
</element>
<view name="Dashboard">
<bounds left="0" top="0" right="4" bottom="3.472" />
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<element name="lamp0" ref="start" inputtag="SYSTEM" inputmask="0x04">
<bounds x="3.60" y="3.1" width="0.3" height="0.3" />
</element>
<element name="lamp1" ref="view1" inputtag="IN1" inputmask="0x10">
<bounds x="0.025" y="3.025" width="0.472" height="0.125" />
</element>
<element name="lamp2" ref="view2" inputtag="IN1" inputmask="0x20">
<bounds x="0.025" y="3.175" width="0.472" height="0.125" />
</element>
<element name="lamp3" ref="view3" inputtag="IN1" inputmask="0x40">
<bounds x="0.025" y="3.325" width="0.472" height="0.125" />
</element>
<element name="lamp4" ref="lamp">
<bounds x="1.785" y="3.2" width="0.1" height="0.1" />
</element>
<element name="lamp5" ref="lamp">
<bounds x="1.895" y="3.2" width="0.1" height="0.1" />
</element>
<element name="lamp6" ref="lamp">
<bounds x="2.005" y="3.2" width="0.1" height="0.1" />
</element>
<element name="lamp7" ref="lamp">
<bounds x="2.115" y="3.2" width="0.1" height="0.1" />
</element>
</view>
</mamelayout>
|