blob: e4a8c62aaab7c6a682c21eb9c9f3477b66eba15a (
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
|
<?xml version="1.0"?>
<mamelayout version="2">
<!-- define elements -->
<element name="static_yellow"><rect><color red="0.91" green="0.9" blue="0.78" /></rect></element>
<element name="ind0" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="FOOD"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="FOOD"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind1" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="LAMP"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="LAMP"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind2" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="PLAY"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="PLAY"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind3" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="MEDS"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="MEDS"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind4" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="BATH"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="BATH"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind5" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="STATS"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="STATS"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind6" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="SHOUT"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="SHOUT"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<element name="ind7" defstate="0">
<rect><color red="0.91" green="0.9" blue="0.78" /></rect>
<text state="0" string="ATTN"><color red="0.87" green="0.86" blue="0.74" /></text>
<text state="1" string="ATTN"><color red="0.22" green="0.2" blue="0.2" /></text>
</element>
<!-- build screen -->
<view name="Internal Layout">
<bounds left="0" top="0" right="32" bottom="26" />
<screen index="0">
<bounds x="0" y="5" width="32" height="16" />
</screen>
<bezel element="static_yellow"><bounds x="0" y="0" width="32" height="4" /></bezel>
<bezel element="static_yellow"><bounds x="0" y="22" width="32" height="4" /></bezel>
<bezel name="lamp0" element="ind0"><bounds x="0" y="1" width="8" height="2" /></bezel>
<bezel name="lamp1" element="ind1"><bounds x="8" y="1" width="8" height="2" /></bezel>
<bezel name="lamp2" element="ind2"><bounds x="16" y="1" width="8" height="2" /></bezel>
<bezel name="lamp3" element="ind3"><bounds x="24" y="1" width="8" height="2" /></bezel>
<bezel name="lamp4" element="ind4"><bounds x="0" y="23" width="8" height="2" /></bezel>
<bezel name="lamp5" element="ind5"><bounds x="8" y="23" width="8" height="2" /></bezel>
<bezel name="lamp6" element="ind6"><bounds x="16" y="23" width="8" height="2" /></bezel>
<bezel name="lamp7" element="ind7"><bounds x="24" y="23" width="8" height="2" /></bezel>
</view>
</mamelayout>
|