blob: 8f7567878a2f3eeac28215646019d4c39608d89a (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="lamp" defstate="0">
<rect state="0">
<color red="0.25" green="0.0" blue="0.0" />
<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
</rect>
<rect state="1">
<color red="1.0" green="0.0" blue="0.0" />
<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
</rect>
<rect>
<color red="0.1" green="0.0" blue="0.0" />
<bounds x="0.1" y="0.1" width="0.8" height="0.85" />
</rect>
<rect>
<color red="0.1" green="0.0" blue="0.0" />
<bounds x="0.1" y="1.05" width="0.8" height="0.85" />
</rect>
<text string="START" state="0">
<color red="0.25" green="0.0" blue="0.0" />
<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
</text>
<text string="VIEW" state="0">
<color red="0.25" green="0.0" blue="0.0" />
<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
</text>
<text string="START" state="1">
<color red="1.0" green="0.0" blue="0.0" />
<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
</text>
<text string="VIEW" state="1">
<color red="1.0" green="0.0" blue="0.0" />
<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
</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="lamp" inputtag="IN1" inputmask="0x0800">
<bounds x="3.75" y="3.05" width="0.2" height="0.4" />
</element>
<element name="lamp1" ref="lamp" inputtag="IN1" inputmask="0x0200">
<bounds x="0.05" y="3.05" width="0.2" height="0.4" />
</element>
</view>
</mamelayout>
|